luci-mod-status: fix raw ipt counter buton style
Fixes: #4928
Fixes: b39b7fc0d2
("luci-mod-status: allow displaying raw iptables counter values")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
811225156a
commit
1dc16d9d3f
1 changed files with 1 additions and 0 deletions
|
@ -332,6 +332,7 @@ return view.extend({
|
||||||
}, [ _('Hide empty chains') ]),
|
}, [ _('Hide empty chains') ]),
|
||||||
' ',
|
' ',
|
||||||
E('button', {
|
E('button', {
|
||||||
|
'class': 'cbi-button',
|
||||||
'data-raw-counters': false,
|
'data-raw-counters': false,
|
||||||
'click': ui.createHandlerFn(this, 'handleRawCounters')
|
'click': ui.createHandlerFn(this, 'handleRawCounters')
|
||||||
}, [ _('Show raw counters') ]),
|
}, [ _('Show raw counters') ]),
|
||||||
|
|
Loading…
Reference in a new issue