luci-0.10: merge r8137
This commit is contained in:
parent
8475315bac
commit
6de2016817
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ name.datatype = "hostname"
|
|||
name.rmempty = true
|
||||
|
||||
mac = s:option(Value, "mac", translate("<abbr title=\"Media Access Control\">MAC</abbr>-Address"))
|
||||
mac.datatype = "macaddr"
|
||||
mac.datatype = "list(macaddr)"
|
||||
|
||||
ip = s:option(Value, "ip", translate("<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Address"))
|
||||
ip.datatype = "ip4addr"
|
||||
|
|
Loading…
Reference in a new issue