applicaitons/luci-qos: make classification rules sortable (#259)
[project/luci.git] / applications / luci-qos / luasrc / model / cbi / qos / qos.lua
index 8d852e7..98e9a25 100644 (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"))