Browse Source

Configure Continuous Integration ....

master
hypaas 5 months ago
parent
commit
b276c1c5ff
  1. 2
      modules/test/src/main/resources/views/ServiceUser-grid.xml
  2. 6
      modules/test/src/main/resources/views/actionGroup.xml
  3. 1
      src/main/resources/application.properties

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

@ -3,7 +3,7 @@
<grid canMove="false" canNew="true" title="业务用户操作日志" model="Log.LogEntity" canDelete="true" edit-icon="true" canArchive="false" editable="false" canSave="false" freeSearch="all" name="ServiceUser-grid" width="large" customSearch="true"> <grid canMove="false" canNew="true" title="业务用户操作日志" model="Log.LogEntity" canDelete="true" edit-icon="true" canArchive="false" editable="false" canSave="false" freeSearch="all" name="ServiceUser-grid" width="large" customSearch="true">
<toolbar> <toolbar>
<button onClick="action.view.Export.Log" title="导出" name="导出"/> <button onClick="action.view.Export.Log" title="导出" name="导出"/>
<button onClick="action.view.ServiceUser.LogBackup" title="日志备份" name="日志备份"/> <button onClick="action.view.ServiceUserLogBackup.Log" title="日志备份" name="日志备份"/>
</toolbar> </toolbar>
<field search-field="true" canSuggest="true" name="levelNum" title="告警级别"/> <field search-field="true" canSuggest="true" name="levelNum" title="告警级别"/>
<field search-field="true" canSuggest="true" name="userAuthDesc" title="用户角色"/> <field search-field="true" canSuggest="true" name="userAuthDesc" title="用户角色"/>

6
modules/test/src/main/resources/views/actionGroup.xml

@ -20,6 +20,9 @@
<action-view name="action.view.Export.Log" model="Log.LogEntity" title="日志导出"> <action-view name="action.view.Export.Log" model="Log.LogEntity" title="日志导出">
<view name="export-form" type="form"/> <view name="export-form" type="form"/>
</action-view> </action-view>
<action-view name="action.view.ServiceUserLogBackup.Log" title="业务用户日志备份">
<view name="ServiceUserLogBackup-grid" type="grid"/>
</action-view>
<action-method name="action.method.system.logDeleteBackup" model="Log.LogConfig"> <action-method name="action.method.system.logDeleteBackup" model="Log.LogConfig">
<call method="deleteBackup" class="com.system.log.controller.LogController"/> <call method="deleteBackup" class="com.system.log.controller.LogController"/>
</action-method> </action-method>
@ -39,7 +42,4 @@
<action-view name="action.view.System.Log" title="查询系统日志"> <action-view name="action.view.System.Log" title="查询系统日志">
<view name="SystemManageUser-grid" type="grid"/> <view name="SystemManageUser-grid" type="grid"/>
</action-view> </action-view>
<action-view name="action.view.ServiceUser.LogBackup" title="业务用户日志备份">
<view name="ServiceUserLogBackup-grid" type="grid"/>
</action-view>
</object-views> </object-views>

1
src/main/resources/application.properties

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

Loading…
Cancel
Save