Development
This commit is contained in:
parent
7e5b9d9c25
commit
a2c6ec1f27
1 changed files with 8 additions and 4 deletions
|
|
@ -215,21 +215,24 @@
|
|||
{
|
||||
"type": "readonly_select",
|
||||
"label": "Gateway",
|
||||
"name": "gateway"
|
||||
"name": "gateway",
|
||||
"hint": "Gateway advertised to clients via DHCP."
|
||||
},
|
||||
{
|
||||
"type": "overridable_textarea",
|
||||
"label": "DNS Server(s)",
|
||||
"name": "dns_server",
|
||||
"override_name": "dns_server_override",
|
||||
"validate": "ip_in_subnet"
|
||||
"validate": "ip_in_subnet",
|
||||
"hint": "DNS server(s) advertised to clients via DHCP."
|
||||
},
|
||||
{
|
||||
"type": "overridable_textarea",
|
||||
"label": "NTP Server(s)",
|
||||
"name": "ntp_server",
|
||||
"override_name": "ntp_server_override",
|
||||
"validate": "ip_in_subnet"
|
||||
"validate": "ip_in_subnet",
|
||||
"hint": "NTP server(s) advertised to clients via DHCP."
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
|
|
@ -237,7 +240,8 @@
|
|||
"name": "dhcp_domain",
|
||||
"input_type": "text",
|
||||
"validate": "networkname",
|
||||
"value": "local"
|
||||
"value": "lan",
|
||||
"hint": "Local domain name advertised to clients via DHCP (e.g. lan, home, corp)."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue