Add comment option to qos config page. See also https://dev.openwrt.org/changeset...
authorManuel Munz <freifunk@somakoma.de>
Sat, 7 Jun 2014 12:05:39 +0000 (12:05 +0000)
committerManuel Munz <freifunk@somakoma.de>
Sat, 7 Jun 2014 12:05:39 +0000 (12:05 +0000)
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