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 1af3bdbbd3859c8dd8f4bba900aee23f455c3c37..6965078edf631de85d50df3136ad70bb58c66649 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