diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js index 0c9cf4ee9b..951c31218d 100644 --- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js +++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js @@ -332,6 +332,7 @@ return view.extend({ }, [ _('Hide empty chains') ]), ' ', E('button', { + 'class': 'cbi-button', 'data-raw-counters': false, 'click': ui.createHandlerFn(this, 'handleRawCounters') }, [ _('Show raw counters') ]),