From: Manuel Munz Date: Sat, 7 Jun 2014 12:05:39 +0000 (+0000) Subject: Add comment option to qos config page. See also https://dev.openwrt.org/changeset... X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=d5ed4ae9981036d1019f36a9e89a4bb96be4fbec Add comment option to qos config page. See also https://dev.openwrt.org/changeset/40935. Thanks Roman. --- diff --git a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua index 1af3bdbbd..6965078ed 100644 --- a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua +++ b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua @@ -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