Skip to content

Commit

Permalink
Merge pull request openwrt#6565 from jjm2473/patch-3
Browse files Browse the repository at this point in the history
luci-mod-status: fix iptables not showing comments
  • Loading branch information
jow- authored Sep 5, 2023
2 parents cb47096 + 2ca117c commit 49cc27c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ return view.extend({
srcnet,
dstnet,
options,
[ comment ]
[ comment, '%h'.format(comment) ]
]);

if (target) {
Expand Down

0 comments on commit 49cc27c

Please sign in to comment.