luci-mod-network: diagnostics.css: use .btn CSS class for buttons
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 41b2fe9f6b
)
This commit is contained in:
parent
c52361b226
commit
89ca03f3b1
1 changed files with 4 additions and 4 deletions
|
@ -81,8 +81,8 @@ return 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',
|
||||
|
@ -104,8 +104,8 @@ return 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