mirror of https://git.openwrt.org/project/luci.git
modules/admin-full: Made interfaces optional
This commit is contained in:
parent
a91f1a7e37
commit
e73752cae9
|
@ -28,7 +28,7 @@ br = s:option(Flag, "type", translate("a_n_i_bridge"), translate("a_n_i_bridge1"
|
|||
br.enabled = "bridge"
|
||||
br.rmempty = true
|
||||
|
||||
s:option(Value, "ifname", translate("interface"))
|
||||
s:option(Value, "ifname", translate("interface")).rmempty = true
|
||||
|
||||
s:option(Value, "ipaddr", translate("ipaddress"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue