summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-status
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-03-17 09:12:09 +0100
committerJo-Philipp Wich <jo@mein.io>2021-03-17 09:12:09 +0100
commit1dc16d9d3ffeee30d072c569e9a3c693d303e9fc (patch)
tree22a49b9c4dbad4d92ce9ee618d0979429f4e8716 /modules/luci-mod-status
parent811225156a2a175cad5af850d6b49f2164093488 (diff)
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>
Diffstat (limited to 'modules/luci-mod-status')
-rw-r--r--modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js1
1 files changed, 1 insertions, 0 deletions
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') ]),