luci-mod-status: fix iptables not showing comments

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
This commit is contained in:
Liangbin Lian 2023-09-05 14:26:33 +08:00 committed by GitHub
parent cb47096a88
commit 2ca117c5a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,7 +173,7 @@ return view.extend({
srcnet, srcnet,
dstnet, dstnet,
options, options,
[ comment ] [ comment, '%h'.format(comment) ]
]); ]);
if (target) { if (target) {