Merge pull request #6565 from jjm2473/patch-3
luci-mod-status: fix iptables not showing comments
This commit is contained in:
commit
49cc27c670
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ return view.extend({
|
||||||
srcnet,
|
srcnet,
|
||||||
dstnet,
|
dstnet,
|
||||||
options,
|
options,
|
||||||
[ comment ]
|
[ comment, '%h'.format(comment) ]
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (target) {
|
if (target) {
|
||||||
|
|
Loading…
Reference in a new issue