From: Jo-Philipp Wich Date: Sun, 23 Jan 2011 18:35:17 +0000 (+0000) Subject: applications/luci-qos: revert accidentally committed tbl layout change X-Git-Tag: 0.11.0~2328 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=d0a994096448d56122fe7f9a3b1f482e3f318a61 applications/luci-qos: revert accidentally committed tbl layout change --- 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