Merge pull request #6565 from jjm2473/patch-3

luci-mod-status: fix iptables not showing comments
This commit is contained in:
Jo-Philipp Wich 2023-09-05 08:50:18 +02:00 committed by GitHub
commit 49cc27c670
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) {