Development
This commit is contained in:
parent
a6031616df
commit
47b0e98e31
9 changed files with 304 additions and 0 deletions
|
|
@ -14,6 +14,10 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "raw_html",
|
||||
"html": "<span id=\"js-pro-license\" data-value=\"%PRO_LICENSE_JS%\" hidden></span>"
|
||||
},
|
||||
{
|
||||
"type": "info_bar",
|
||||
"variant": "info",
|
||||
|
|
@ -88,6 +92,16 @@
|
|||
"title_true": "DNS Queries Recorded",
|
||||
"title_false": "DNS Queries Not Recorded"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Restricted",
|
||||
"field": "restricted_vlan",
|
||||
"class": "col-narrow",
|
||||
"render": "badge_yes_no",
|
||||
"render_options": {
|
||||
"title_true": "Restricted VLAN",
|
||||
"title_false": "Not Restricted"
|
||||
}
|
||||
}
|
||||
],
|
||||
"row_actions": [
|
||||
|
|
@ -334,6 +348,13 @@
|
|||
"input_type": "checkbox",
|
||||
"hint": "Log every DNS query. High volume - enable for debugging only."
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"label": "%RESTRICTED_VLAN_LABEL%",
|
||||
"name": "restricted_vlan",
|
||||
"input_type": "checkbox",
|
||||
"hint": "Block devices on this VLAN from communicating with the Internet. Block all LAN traffic as well (except where Inter-VLAN-Exception rules allow)."
|
||||
},
|
||||
{
|
||||
"type": "button_row",
|
||||
"items": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue