From d0a994096448d56122fe7f9a3b1f482e3f318a61 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 23 Jan 2011 18:35:17 +0000 Subject: [PATCH] applications/luci-qos: revert accidentally committed tbl layout change --- applications/luci-qos/luasrc/model/cbi/qos/qos.lua | 1 - 1 file changed, 1 deletion(-) 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 -- 2.11.0