Add comment option to qos config page. See also https://dev.openwrt.org/changeset...
[project/luci.git] / applications / luci-qos / luasrc / model / cbi / qos / qos.lua
index 1af3bdb..6965078 100644 (file)
@@ -96,4 +96,6 @@ ports:value("", translate("all"))
 
 bytes = s:option(Value, "connbytes", translate("Number of bytes"))
 
+comment = s:option(Value, "comment", translate("Comment"))
+
 return m