applications/luci-qos: fix cbi
This commit is contained in:
parent
54f6010652
commit
e20c891d1c
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ m = Map("qos")
|
||||||
|
|
||||||
s = m:section(TypedSection, "interface", translate("Interfaces"))
|
s = m:section(TypedSection, "interface", translate("Interfaces"))
|
||||||
s.addremove = true
|
s.addremove = true
|
||||||
|
s.anonymous = false
|
||||||
|
|
||||||
s:option(Flag, "enabled", translate("enable"))
|
s:option(Flag, "enabled", translate("enable"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue