luci-0.10: merge r7238
This commit is contained in:
parent
a802cedd2e
commit
df81f885c3
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