summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-qos/luasrc/model
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-qos/luasrc/model')
-rw-r--r--applications/luci-qos/luasrc/model/cbi/qos/qos.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua
index 3e4b78173..8d852e750 100644
--- a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua
+++ b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua
@@ -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