applications/luci-qos: revert accidentally committed tbl layout change
[project/luci.git] / 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 = 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
 
 e = s:option(Flag, "enabled", translate("Enable"))
 e.rmempty = false