[manager,webapp]优化监控类型参数,告警处理提示
This commit is contained in:
@@ -18,39 +18,14 @@ param:
|
||||
required: true
|
||||
defaultValue: 80
|
||||
- field: uri
|
||||
name: URI路径
|
||||
name: 网站路径
|
||||
type: text
|
||||
# 当type为text时,用limit表示字符串限制大小
|
||||
limit: 100
|
||||
required: true
|
||||
placeholder: '请输入网站的URI,例如:/index.html'
|
||||
- field: method
|
||||
name: 请求方式
|
||||
type: radio
|
||||
required: true
|
||||
# 当type为radio单选框,checkbox复选框时,option表示可选项值列表 {name1:value1,name2:value2}
|
||||
options:
|
||||
- label: GET请求
|
||||
value: GET
|
||||
- label: POST请求
|
||||
value: POST
|
||||
- label: PUT请求
|
||||
value: PUT
|
||||
- label: DELETE请求
|
||||
value: DELETE
|
||||
|
||||
- field: username
|
||||
name: 用户名
|
||||
type: text
|
||||
# 当type为text时,用limit表示字符串限制大小
|
||||
limit: 20
|
||||
required: false
|
||||
- field: password
|
||||
name: 密码
|
||||
type: password
|
||||
required: false
|
||||
placeholder: '请输入网站地址,例如:/index.html'
|
||||
- field: ssl
|
||||
name: 使用SSL
|
||||
name: 开启SSL
|
||||
# 当type为boolean时,前端用switch展示开关
|
||||
type: boolean
|
||||
required: true
|
||||
Reference in New Issue
Block a user