From 1dc16d9d3ffeee30d072c569e9a3c693d303e9fc Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 17 Mar 2021 09:12:09 +0100 Subject: [PATCH] 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 --- .../htdocs/luci-static/resources/view/status/iptables.js | 1 + 1 file changed, 1 insertion(+) 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 dd58670694..be45f78a7e 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') ]), -- 2.30.2