Development
This commit is contained in:
parent
e2573fbf12
commit
f0504f802e
8 changed files with 67 additions and 66 deletions
|
|
@ -1676,11 +1676,12 @@
|
|||
{
|
||||
"type": "field",
|
||||
"label": "VLAN ID",
|
||||
"name": "",
|
||||
"input_type": "text",
|
||||
"readonly": true,
|
||||
"class": "vlan-derived-id-preview form-input-mono",
|
||||
"value": ""
|
||||
"name": "vlan_id",
|
||||
"input_type": "number",
|
||||
"min": 1,
|
||||
"max": 4094,
|
||||
"class": "vlan-id-input form-input-mono",
|
||||
"hint": "Unique integer 1–4094. Sets the 802.1Q tag and interface name."
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue