applications/luci-multiwan: Changed no value, to "auto" instead.
This commit is contained in:
parent
a56bae9900
commit
a71faff81a
1 changed files with 2 additions and 2 deletions
|
@ -108,8 +108,8 @@ failover_to.optional = false
|
|||
failover_to.rmempty = false
|
||||
|
||||
dns = s:option(Value, "dns", translate("DNS Server(s)"))
|
||||
dns:value("", translate("Auto"))
|
||||
dns.default = ""
|
||||
dns:value("auto", translate("Auto"))
|
||||
dns.default = "auto"
|
||||
dns.optional = false
|
||||
dns.rmempty = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue