Development
This commit is contained in:
parent
3e154da2aa
commit
c66c2e7a4d
3 changed files with 49 additions and 4 deletions
|
|
@ -257,14 +257,22 @@
|
|||
"label": "DHCP Dynamic Pool Start",
|
||||
"name": "dhcp_pool_start",
|
||||
"input_type": "text",
|
||||
"placeholder": "e.g. 192.168.1.100"
|
||||
"validate": "VALIDATION_ADDRESS",
|
||||
"attrs": {
|
||||
"data-dep-subnet": "[name='subnet']",
|
||||
"data-dep-mask": ".subnet-prefix-input"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"label": "DHCP Dynamic Pool End",
|
||||
"name": "dhcp_pool_end",
|
||||
"input_type": "text",
|
||||
"placeholder": "e.g. 192.168.1.200"
|
||||
"validate": "VALIDATION_ADDRESS",
|
||||
"attrs": {
|
||||
"data-dep-subnet": "[name='subnet']",
|
||||
"data-dep-mask": ".subnet-prefix-input"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "field_row",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue