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:
54f6010
)
applications/luci-qos: fix cbi
author
Jo-Philipp Wich
<redacted>
Sat, 27 Mar 2010 03:02:16 +0000
(
03:02
+0000)
committer
Jo-Philipp Wich
<redacted>
Sat, 27 Mar 2010 03:02:16 +0000
(
03:02
+0000)
applications/luci-qos/luasrc/model/cbi/qos/qos.lua
patch
|
blob
|
history
diff --git
a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua
b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua
index bf4ff780e3edb430b1392c22884ba8eafdfacb32..c258d183a9114fbef89bd7f27676264983d81455 100644
(file)
--- a/
applications/luci-qos/luasrc/model/cbi/qos/qos.lua
+++ b/
applications/luci-qos/luasrc/model/cbi/qos/qos.lua
@@
-19,6
+19,7
@@
m = Map("qos")
s = m:section(TypedSection, "interface", translate("Interfaces"))
s.addremove = true
+s.anonymous = false
s:option(Flag, "enabled", translate("enable"))
git clone https://git.99rst.org/PROJECT