Browse Source

Configure Continuous Integration ....

master
hypaas 6 months ago
parent
commit
32d5daabfb
  1. 3
      modules/test/src/main/resources/views/SecurityUser-grid.xml
  2. 3
      modules/test/src/main/resources/views/SystemManageUser-grid.xml
  3. 2
      modules/test/src/main/resources/views/export-form.xml
  4. 1
      src/main/resources/application.properties

3
modules/test/src/main/resources/views/SecurityUser-grid.xml

@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<object-views xmlns="http://hypaas.com/xml/ns/object-views" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hypaas.com/xml/ns/object-views http://hypaas.com/xml/ns/object-views/object-views_5.3.xsd">
<grid title="安全保密员操作日志" model="Log.LogEntity" edit-icon="true" freeSearch="all" name="SecurityUser-grid" width="large">
<toolbar>
<button onClick="action.view.Export.Log" title="导出" name="导出"/>
</toolbar>
<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="userId" title="用户名"/>

3
modules/test/src/main/resources/views/SystemManageUser-grid.xml

@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<object-views xmlns="http://hypaas.com/xml/ns/object-views" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hypaas.com/xml/ns/object-views http://hypaas.com/xml/ns/object-views/object-views_5.3.xsd">
<grid title="系统管理员操作日志" model="Log.LogEntity" edit-icon="true" freeSearch="all" name="SystemManageUser-grid" width="large">
<toolbar>
<button onClick="action.view.Export.Log" title="导出" name="导出"/>
</toolbar>
<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="userId" title="用户名"/>

2
modules/test/src/main/resources/views/export-form.xml

@ -5,7 +5,7 @@
<button onClick="action.method.system.logExport" title="保存并导出" name="保存并导出"/>
</toolbar>
<panel title="导出信息填写" itemSpan="6" showFrame="true" name="panel_12">
<field required="true" canSuggest="true" name="password" title="密码"/>
<field required="true" canSuggest="true" name="password" title="密码(需要包含6-16位数字+大写字母+小写字母+特殊字符)"/>
<field required="true" canSuggest="true" name="confirmPassword" title="确认密码"/>
<field canSuggest="true" name="exportStartTime" title="开始时间"/>
<field canSuggest="true" name="exportEndTime" title="结束时间"/>

1
src/main/resources/application.properties

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

Loading…
Cancel
Save