From d5ed4ae9981036d1019f36a9e89a4bb96be4fbec Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Sat, 7 Jun 2014 12:05:39 +0000 Subject: [PATCH] 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(+) 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 -- 2.25.1