applications/luci-qos: fix cbi

This commit is contained in:
Jo-Philipp Wich 2010-03-27 03:02:16 +00:00
parent 54f6010652
commit e20c891d1c

View file

@ -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"))