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