diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-23 18:35:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-23 18:35:17 +0000 |
commit | d0a994096448d56122fe7f9a3b1f482e3f318a61 (patch) | |
tree | 4385b758bcada48f8d8bfffa4ee54416e2b36e46 /applications/luci-qos/luasrc/model | |
parent | 2ae8c99606ac46854df19cf6cff8ed4e613d42df (diff) |
applications/luci-qos: revert accidentally committed tbl layout change
Diffstat (limited to 'applications/luci-qos/luasrc/model')
-rw-r--r-- | applications/luci-qos/luasrc/model/cbi/qos/qos.lua | 1 |
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 |