luci-mod-network: diagnostics.css: use .btn CSS class for buttons
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
5d8970d76c
commit
41b2fe9f6b
1 changed files with 4 additions and 4 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue