luci-mod-network: diagnostics.css: use .btn CSS class for buttons
authorJo-Philipp Wich <jo@mein.io>
Mon, 23 Mar 2020 20:48:13 +0000 (21:48 +0100)
committerJo-Philipp Wich <jo@mein.io>
Mon, 23 Mar 2020 20:48:13 +0000 (21:48 +0100)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js

index ee2a4661517c42ed0d4da98cb1efff3d77655513..24ab84ab9e94c1291b5420d6416d104129d45ad4 100644 (file)
@@ -79,8 +79,8 @@ return L.view.extend({
                                                        }, {
                                                                'click': ui.createHandlerFn(this, 'handlePing'),
                                                                'classes': {
-                                                                       'ping': 'cbi-button cbi-button-action',
-                                                                       'ping6': 'cbi-button cbi-button-action'
+                                                                       'ping': 'btn cbi-button cbi-button-action',
+                                                                       'ping6': 'btn cbi-button cbi-button-action'
                                                                }
                                                        }).render() : E('button', {
                                                                'class': 'cbi-button cbi-button-action',
@@ -102,8 +102,8 @@ return L.view.extend({
                                                        }, {
                                                                'click': ui.createHandlerFn(this, 'handleTraceroute'),
                                                                'classes': {
-                                                                       'traceroute': 'cbi-button cbi-button-action',
-                                                                       'traceroute6': 'cbi-button cbi-button-action'
+                                                                       'traceroute': 'btn cbi-button cbi-button-action',
+                                                                       'traceroute6': 'btn cbi-button cbi-button-action'
                                                                }
                                                        }).render() : E('button', {
                                                                'class': 'cbi-button cbi-button-action',