Development
This commit is contained in:
parent
e37029a066
commit
574a45111d
8 changed files with 164 additions and 110 deletions
|
|
@ -97,11 +97,7 @@
|
|||
"label": "Restricted",
|
||||
"field": "restricted_vlan",
|
||||
"class": "col-narrow",
|
||||
"render": "badge_yes_no",
|
||||
"render_options": {
|
||||
"title_true": "Restricted VLAN",
|
||||
"title_false": "Not Restricted"
|
||||
}
|
||||
"render": "badge_vlan_restriction"
|
||||
}
|
||||
],
|
||||
"row_actions": [
|
||||
|
|
@ -350,11 +346,11 @@
|
|||
},
|
||||
{
|
||||
"type": "field",
|
||||
"label": "%RESTRICTED_VLAN_LABEL%",
|
||||
"label": "Restricted VLAN",
|
||||
"name": "restricted_vlan",
|
||||
"input_type": "checkbox",
|
||||
"disabled": "%RESTRICTED_VLAN_DISABLED%",
|
||||
"hint": "Block devices on this VLAN from communicating with the Internet. Block all LAN traffic as well (except where Inter-VLAN-Exception rules allow)."
|
||||
"input_type": "select",
|
||||
"options": "%RESTRICTED_VLAN_OPTIONS%",
|
||||
"hint": "Quarantined VLAN devices are blocked from communicating with the Internet and may only be reached by Inter-VLAN-Exception rules. Captive Portal VLAN devices are redirected to an authentication page until they complete a login or accept terms."
|
||||
},
|
||||
{
|
||||
"type": "button_row",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue