hypaas
8 months ago
7 changed files with 33 additions and 1 deletions
@ -0,0 +1,8 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<domain-models xmlns="http://hypaas.com/xml/ns/domain-models" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hypaas.com/xml/ns/domain-models http://hypaas.com/xml/ns/domain-models/domain-models_5.2.xsd"> |
||||||
|
<module name="com.module.enmus" package="module"/> |
||||||
|
<enum name="BackupCycle" numeric="true"> |
||||||
|
<item name="Six" title="6" value="6"/> |
||||||
|
<item name="Twelve" title="12" value="12"/> |
||||||
|
</enum> |
||||||
|
</domain-models> |
@ -0,0 +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"> |
||||||
|
<form title="日志配置表单" model="Log.LogEntity" name="LogConfig-form" width="large"> |
||||||
|
<panel title="总览" itemSpan="6" showFrame="true" name="panel_6"> |
||||||
|
<field canSuggest="true" name="threshold" title="存储阈值(条目数)"/> |
||||||
|
<field canSuggest="true" name="backupCycle" title="备份周期(月)"/> |
||||||
|
</panel> |
||||||
|
</form> |
||||||
|
</object-views> |
@ -0,0 +1,7 @@ |
|||||||
|
<?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="LogConfig-grid" width="large"> |
||||||
|
<field search-field="true" canSuggest="true" name="threshold" title="存储阈值"/> |
||||||
|
<field search-field="true" canSuggest="true" name="backupCycle" title="备份周期"/> |
||||||
|
</grid> |
||||||
|
</object-views> |
Loading…
Reference in new issue