modules/admin-full: Made interfaces optional

This commit is contained in:
Steven Barth 2008-07-25 20:49:00 +00:00
parent a91f1a7e37
commit e73752cae9
1 changed files with 1 additions and 1 deletions

View File

@ -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"))