applications/luci-qos: fix disabling

This commit is contained in:
Jo-Philipp Wich 2010-05-15 18:46:58 +00:00
parent eb6678c59a
commit 3e923e0a23

View file

@ -24,7 +24,8 @@ s = m:section(TypedSection, "interface", translate("Interfaces"))
s.addremove = true s.addremove = true
s.anonymous = false 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 = s:option(ListValue, "classgroup", translate("Classification group"))
c:value("Default", translate("default")) c:value("Default", translate("default"))