diff options
author | Manuel Munz <freifunk@somakoma.de> | 2014-06-07 12:05:39 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2014-06-07 12:05:39 +0000 |
commit | d5ed4ae9981036d1019f36a9e89a4bb96be4fbec (patch) | |
tree | 5c6f574bfed4ad8d714696f29ccbe62afafd42c7 /applications/luci-qos/luasrc/model/cbi/qos | |
parent | f643e804adb26aab6550e99aa547a9b0f707673f (diff) |
Add comment option to qos config page. See also https://dev.openwrt.org/changeset/40935. Thanks Roman.
Diffstat (limited to 'applications/luci-qos/luasrc/model/cbi/qos')
-rw-r--r-- | applications/luci-qos/luasrc/model/cbi/qos/qos.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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 |