luci-0.10: merge r7238

This commit is contained in:
Jo-Philipp Wich 2011-06-25 23:17:54 +00:00
parent a802cedd2e
commit df81f885c3
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"))