applications/luci-qos: fix disabling
This commit is contained in:
parent
eb6678c59a
commit
3e923e0a23
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ s = m:section(TypedSection, "interface", translate("Interfaces"))
|
|||
s.addremove = true
|
||||
s.anonymous = false
|
||||
|
||||
s:option(Flag, "enabled", translate("Enable"))
|
||||
e = s:option(Flag, "enabled", translate("Enable"))
|
||||
e.rmempty = false
|
||||
|
||||
c = s:option(ListValue, "classgroup", translate("Classification group"))
|
||||
c:value("Default", translate("default"))
|
||||
|
|
Loading…
Reference in a new issue