Skip to content

Commit 4649fbb

Browse files
author
mikatong
committed
update filter schema
1 parent a2d0eea commit 4649fbb

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

schema/filter.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,33 @@
9393
},
9494
"required": true,
9595
"description": ""
96+
},
97+
"filter_at_ns": {
98+
"type": "bool",
99+
"metadata": {
100+
"filter": {
101+
"enable": true
102+
},
103+
"values": [
104+
{
105+
"value": true,
106+
"display_name": ""
107+
}
108+
],
109+
"widget": "select",
110+
"val_source": {
111+
"values": {}
112+
},
113+
"description": "是否过滤主机记录为 @ 的 NS 记录",
114+
"display_name": "是否过滤主机记录为 @ 的 NS 记录",
115+
"default_value": {
116+
"value": true,
117+
"display_name": ""
118+
},
119+
"is_not_edited": true
120+
},
121+
"required": true,
122+
"description": ""
96123
}
97124
}
98125
},

0 commit comments

Comments
 (0)