Development

This commit is contained in:
Matthew Grotke 2026-05-31 01:19:50 -04:00
parent 3e154da2aa
commit c66c2e7a4d
3 changed files with 49 additions and 4 deletions

View file

@ -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",