applications/luci-qos: revert accidentally committed tbl layout change
This commit is contained in:
parent
2ae8c99606
commit
d0a9940964
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ m = Map("qos", translate("Quality of Service"),
|
||||||
s = m:section(TypedSection, "interface", translate("Interfaces"))
|
s = m:section(TypedSection, "interface", translate("Interfaces"))
|
||||||
s.addremove = true
|
s.addremove = true
|
||||||
s.anonymous = false
|
s.anonymous = false
|
||||||
s.template = "cbi/tblsection"
|
|
||||||
|
|
||||||
e = s:option(Flag, "enabled", translate("Enable"))
|
e = s:option(Flag, "enabled", translate("Enable"))
|
||||||
e.rmempty = false
|
e.rmempty = false
|
||||||
|
|
Loading…
Reference in a new issue