applicaitons/luci-qos: make classification rules sortable (#259)
This commit is contained in:
parent
ded8dae503
commit
69e6abaeab
2 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,7 @@ s = m:section(TypedSection, "classify", translate("Classification Rules"))
|
||||||
s.template = "cbi/tblsection"
|
s.template = "cbi/tblsection"
|
||||||
s.anonymous = true
|
s.anonymous = true
|
||||||
s.addremove = true
|
s.addremove = true
|
||||||
|
s.sortable = true
|
||||||
|
|
||||||
t = s:option(ListValue, "target", translate("Target"))
|
t = s:option(ListValue, "target", translate("Target"))
|
||||||
t:value("Priority", translate("priority"))
|
t:value("Priority", translate("priority"))
|
||||||
|
|
|
@ -29,6 +29,7 @@ s.template = "cbi/tblsection"
|
||||||
|
|
||||||
s.anonymous = true
|
s.anonymous = true
|
||||||
s.addremove = true
|
s.addremove = true
|
||||||
|
s.sortable = true
|
||||||
|
|
||||||
t = s:option(ListValue, "target")
|
t = s:option(ListValue, "target")
|
||||||
t:value("Priority", translate("priority"))
|
t:value("Priority", translate("priority"))
|
||||||
|
|
Loading…
Reference in a new issue