[manager,web-app] 支持监控参数的输入框提示信息,默认值填充

This commit is contained in:
tomsun28
2021-12-04 09:00:11 +08:00
parent 5d979b74b7
commit b052c053da
8 changed files with 82 additions and 14 deletions

View File

@@ -16,6 +16,10 @@ param:
# 当type为number时,用range表示范围
range: '[0,65535]'
required: true
# 端口默认值
defaultValue: 80
# 参数输入框提示信息
placeholder: '请输入端口'
- field: username
name: 用户名
type: text