luci-mod-status: fix iptables not showing comments
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
This commit is contained in:
parent
cb47096a88
commit
2ca117c5a6
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