git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f3bcaf2
)
modules/admin-full: addremove in inface config pages makes no sense anymore
author
Jo-Philipp Wich
<redacted>
Sat, 10 Oct 2009 18:50:24 +0000
(18:50 +0000)
committer
Jo-Philipp Wich
<redacted>
Sat, 10 Oct 2009 18:50:24 +0000
(18:50 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
b/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
index 5154688e4590fa231cd4f6fcd8c990f43d5fbfc3..b04766f0f13203ccc15b8d8b7405fb62fe91640f 100644
(file)
--- a/
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
+++ b/
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
@@
-33,7
+33,7
@@
nw.init(m.uci)
fw.init(m.uci)
s = m:section(NamedSection, arg[1], "interface")
-s.addremove =
tru
e
+s.addremove =
fals
e
s:tab("general", translate("a_n_general", "General Setup"))
if has_ipv6 then s:tab("ipv6", translate("a_n_ipv6", "IPv6 Setup")) end
git clone https://git.99rst.org/PROJECT