From d0a994096448d56122fe7f9a3b1f482e3f318a61 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 23 Jan 2011 18:35:17 +0000 Subject: applications/luci-qos: revert accidentally committed tbl layout change --- applications/luci-qos/luasrc/model/cbi/qos/qos.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'applications/luci-qos/luasrc/model/cbi') diff --git a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua index 3e4b781738..8d852e7508 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 -- cgit v1.2.3