modules/admin-full: remove notice about iface exclusiveness when adding new networks
This commit is contained in:
parent
2e924f7aa5
commit
d52859b37e
1 changed files with 2 additions and 4 deletions
|
@ -36,16 +36,14 @@ newproto = m:field(ListValue, "_netproto", translate("Protocol of the new interf
|
||||||
netbridge = m:field(Flag, "_bridge", translate("Create a bridge over multiple interfaces"))
|
netbridge = m:field(Flag, "_bridge", translate("Create a bridge over multiple interfaces"))
|
||||||
|
|
||||||
|
|
||||||
sifname = m:field(Value, "_ifname", translate("Cover the following interface"),
|
sifname = m:field(Value, "_ifname", translate("Cover the following interface"))
|
||||||
translate("Note: If you choose an interface here which is part of another network, it will be moved into this network."))
|
|
||||||
|
|
||||||
sifname.widget = "radio"
|
sifname.widget = "radio"
|
||||||
sifname.template = "cbi/network_ifacelist"
|
sifname.template = "cbi/network_ifacelist"
|
||||||
sifname.nobridges = true
|
sifname.nobridges = true
|
||||||
|
|
||||||
|
|
||||||
mifname = m:field(Value, "_ifnames", translate("Cover the following interfaces"),
|
mifname = m:field(Value, "_ifnames", translate("Cover the following interfaces"))
|
||||||
translate("Note: If you choose an interface here which is part of another network, it will be moved into this network."))
|
|
||||||
|
|
||||||
mifname.widget = "checkbox"
|
mifname.widget = "checkbox"
|
||||||
mifname.template = "cbi/network_ifacelist"
|
mifname.template = "cbi/network_ifacelist"
|
||||||
|
|
Loading…
Reference in a new issue