diff options
author | Liangbin Lian <jjm2473@gmail.com> | 2023-09-05 14:26:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 14:26:33 +0800 |
commit | 2ca117c5a6a5c1cd047272548e53435c4d3adebc (patch) | |
tree | 7c6ffe0c80f7ead3564dd800f5f56c888af8941e /modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js | |
parent | cb47096a88007273abdce2116fe10e394640a814 (diff) |
luci-mod-status: fix iptables not showing comments
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
Diffstat (limited to 'modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js')
-rw-r--r-- | modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js index 951c31218d..e409a5ac50 100644 --- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js +++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js @@ -173,7 +173,7 @@ return view.extend({ srcnet, dstnet, options, - [ comment ] + [ comment, '%h'.format(comment) ] ]); if (target) { |