applications/luci-qos: revert accidentally committed tbl layout change
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 23 Jan 2011 18:35:17 +0000 (18:35 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 23 Jan 2011 18:35:17 +0000 (18:35 +0000)
applications/luci-qos/luasrc/model/cbi/qos/qos.lua

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