applications/luci-qos: revert accidentally committed tbl layout change

This commit is contained in:
Jo-Philipp Wich 2011-01-23 18:35:17 +00:00
parent 2ae8c99606
commit d0a9940964

View file

@ -23,7 +23,6 @@ m = Map("qos", translate("Quality of Service"),
s = m:section(TypedSection, "interface", translate("Interfaces")) s = m:section(TypedSection, "interface", translate("Interfaces"))
s.addremove = true s.addremove = true
s.anonymous = false s.anonymous = false
s.template = "cbi/tblsection"
e = s:option(Flag, "enabled", translate("Enable")) e = s:option(Flag, "enabled", translate("Enable"))
e.rmempty = false e.rmempty = false