modules/admin-full: addremove in inface config pages makes no sense anymore
This commit is contained in:
parent
f3bcaf2909
commit
6c842380c3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ nw.init(m.uci)
|
|||
fw.init(m.uci)
|
||||
|
||||
s = m:section(NamedSection, arg[1], "interface")
|
||||
s.addremove = true
|
||||
s.addremove = false
|
||||
|
||||
s:tab("general", translate("a_n_general", "General Setup"))
|
||||
if has_ipv6 then s:tab("ipv6", translate("a_n_ipv6", "IPv6 Setup")) end
|
||||
|
|
Loading…
Reference in a new issue