From 233c0e20548cadafb77efdcb3418f38c6658bbad Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期四, 26 十月 2023 14:20:57 +0800 Subject: [PATCH] 四川省网关接口相关7 --- src/main/java/com/fzzy/gateway/view/GatewayConf.view.xml | 33 ++++++++++++++++++++++++++------- 1 files changed, 26 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/fzzy/gateway/view/GatewayConf.view.xml b/src/main/java/com/fzzy/gateway/view/GatewayConf.view.xml index 9c6076c..131ebaa 100644 --- a/src/main/java/com/fzzy/gateway/view/GatewayConf.view.xml +++ b/src/main/java/com/fzzy/gateway/view/GatewayConf.view.xml @@ -16,31 +16,39 @@ <Property name="required">true</Property> </PropertyDef> <PropertyDef name="appId"> - <Property/> + <Property></Property> <Property name="label">appId</Property> </PropertyDef> <PropertyDef name="gatewayId"> - <Property/> + <Property></Property> <Property name="label">缃戝叧ID</Property> </PropertyDef> - <PropertyDef name="gatewayIp"> + <PropertyDef name="gatewayUsername"> <Property/> + <Property name="label">缃戝叧鐢ㄦ埛鍚�</Property> + </PropertyDef> + <PropertyDef name="gatewayPassword"> + <Property/> + <Property name="label">缃戝叧瀵嗙爜</Property> + </PropertyDef> + <PropertyDef name="gatewayIp"> + <Property></Property> <Property name="label">缃戝叧IP</Property> </PropertyDef> <PropertyDef name="gatewayMac"> - <Property/> + <Property></Property> <Property name="label">缃戝叧Mac</Property> </PropertyDef> <PropertyDef name="gatewayCPU"> - <Property/> + <Property></Property> <Property name="label">缃戝叧CPU</Property> </PropertyDef> <PropertyDef name="gatewayMem"> - <Property/> + <Property></Property> <Property name="label">缃戝叧鍐呭瓨</Property> </PropertyDef> <PropertyDef name="gatewayHardDisk"> - <Property/> + <Property></Property> <Property name="label">缃戝叧纭洏</Property> </PropertyDef> <PropertyDef name="userName"> @@ -216,6 +224,17 @@ <Editor/> </AutoFormElement> <AutoFormElement> + <Property name="name">gatewayUsername</Property> + <Property name="property">gatewayUsername</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">gatewayPassword</Property> + <Property name="property">gatewayPassword</Property> + <Property name="editorType">PasswordEditor</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> <Property name="name">gatewayIp</Property> <Property name="property">gatewayIp</Property> <Editor/> -- Gitblit v1.9.3