From d5ed4ae9981036d1019f36a9e89a4bb96be4fbec Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Sat, 7 Jun 2014 12:05:39 +0000 Subject: Add comment option to qos config page. See also https://dev.openwrt.org/changeset/40935. Thanks Roman. --- applications/luci-qos/luasrc/model/cbi/qos/qos.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'applications/luci-qos/luasrc') diff --git a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua index 1af3bdbbd3..6965078edf 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 -- cgit v1.2.3