数据库备份
删除多余工具
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="60">
|
||||
<input class="check-all" type="checkbox" value="">
|
||||
</th>
|
||||
<th width="200">备份名称</th>
|
||||
<th width="80">卷数</th>
|
||||
<th width="80">压缩</th>
|
||||
@@ -29,6 +32,7 @@
|
||||
<tbody>
|
||||
{volist name="list" id="data"}
|
||||
<tr>
|
||||
<td><input class="ids" type="checkbox" name="tables[]"></td>
|
||||
<td>{$data.time|date='Ymd-His',###}</td>
|
||||
<td>{$data.part}</td>
|
||||
<td>{$data.compress}</td>
|
||||
|
||||
Reference in New Issue
Block a user