Browse Source

Configure Continuous Integration ....

master
hypaas 5 months ago
parent
commit
1c9fbeb520
  1. 2
      modules/test/src/main/resources/views/SystemManageUserBackup-grid.xml
  2. 1
      src/main/resources/application.properties

2
modules/test/src/main/resources/views/SystemManageUserBackup-grid.xml

@ -7,6 +7,6 @@
<field search-field="true" canSuggest="true" name="thresholdSystemManageUserSize" title="备份大小"/>
<field search-field="true" canSuggest="true" name="backupTime" title="备份时间"/>
<button onClick="action.method.system.logBackup" icon="fa-edit" title="备份" showIf="status=='backupFail'" name="备份"/>
<button onClick="action.method.system.logDeleteBackup" icon="fa-edit" title="删除备份" showIf="status=='alreadyBackup'" name="删除备份" prompt="您确定要删除吗?备份文件删除之后,无法恢复,请谨慎操作"/>
<button onClick="action.method.system.systemManageUserBackupLogDelete" icon="fa-edit" title="删除备份" showIf="status=='alreadyBackup'" name="删除备份" prompt="您确定要删除吗?备份文件删除之后,无法恢复,请谨慎操作"/>
</grid>
</object-views>

1
src/main/resources/application.properties

@ -469,5 +469,6 @@ application.gatewaycontext=/lowcode-portal-logmanage/

Loading…
Cancel
Save