|
|
|
@ -4,9 +4,9 @@
|
|
|
|
|
<field name="logStartTime" title="日志起始时间"/> |
|
|
|
|
<field name="logEndTime" title="日志结束时间"/> |
|
|
|
|
<field name="thresholdSize" title="备份大小"/> |
|
|
|
|
<field name="status" title="日志状态"/> |
|
|
|
|
<field name="backupTime" title="备份时间"/> |
|
|
|
|
<button onClick="action.method.system.logBackup" title="备份" name="备份"/> |
|
|
|
|
<button onClick="action.method.system.logDeleteBackup" title="删除备份" name="删除备份"/> |
|
|
|
|
<field search-field="true" canSuggest="true" name="status" title="日志状态"/> |
|
|
|
|
<field search-field="true" canSuggest="true" name="backupTime" title="备份时间"/> |
|
|
|
|
<button onClick="action.method.system.logBackup" icon="fa-edit" title="备份" showIf="status=='备份失败'" name="备份"/> |
|
|
|
|
<button onClick="action.method.system.logDeleteBackup" icon="fa-edit" title="删除备份" showIf="status=='已备份'" name="删除备份" prompt="您确定要删除吗?备份文件删除之后,无法恢复,请谨慎操作"/> |
|
|
|
|
</grid> |
|
|
|
|
</object-views> |
|
|
|
|