applicaitons/luci-qos: make classification rules sortable (#259)

This commit is contained in:
Jo-Philipp Wich 2011-06-25 23:17:10 +00:00
parent ded8dae503
commit 69e6abaeab
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@ s = m:section(TypedSection, "classify", translate("Classification Rules"))
s.template = "cbi/tblsection"
s.anonymous = true
s.addremove = true
s.sortable = true
t = s:option(ListValue, "target", translate("Target"))
t:value("Priority", translate("priority"))

View file

@ -29,6 +29,7 @@ s.template = "cbi/tblsection"
s.anonymous = true
s.addremove = true
s.sortable = true
t = s:option(ListValue, "target")
t:value("Priority", translate("priority"))