Browse Source

Configure Continuous Integration ....

master
hypaas 6 months ago
parent
commit
4905dbf34b
  1. 2
      modules/test/src/main/resources/views/LogConfig-grid.xml
  2. 1
      src/main/resources/application.properties

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

@ -1,6 +1,6 @@
<?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="false" editable="true" freeSearch="all" name="LogConfig-grid" width="large">
<grid title="日志配置" model="Log.LogEntity" edit-icon="false" editable="false" freeSearch="all" name="LogConfig-grid" width="large">
<field align="center" search-field="true" canSuggest="true" name="threshold" title="存储阈值"/>
<field align="center" search-field="true" canSuggest="true" name="backupCycle" title="备份周期"/>
</grid>

1
src/main/resources/application.properties

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

Loading…
Cancel
Save