modules/admin-full: Made interfaces optional
This commit is contained in:
parent
a91f1a7e37
commit
e73752cae9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue