Development
This commit is contained in:
parent
578826ee18
commit
392e884611
2 changed files with 13 additions and 13 deletions
|
|
@ -1641,8 +1641,18 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "field_row",
|
||||
"cols": 2,
|
||||
"cols": 3,
|
||||
"items": [
|
||||
{
|
||||
"type": "field",
|
||||
"label": "VLAN ID",
|
||||
"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",
|
||||
"label": "VLAN Name",
|
||||
|
|
@ -1662,7 +1672,7 @@
|
|||
},
|
||||
{
|
||||
"type": "field_row",
|
||||
"cols": 3,
|
||||
"cols": 2,
|
||||
"items": [
|
||||
{
|
||||
"type": "field",
|
||||
|
|
@ -1673,16 +1683,6 @@
|
|||
"class": "vlan-iface-preview form-input-mono",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"label": "VLAN ID",
|
||||
"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",
|
||||
"label": "VLAN Type",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue