mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #~: Resize and change vm remotes icons (#4705)
This commit is contained in:
parent
b05b5d2a64
commit
469e5f824c
@ -1003,7 +1003,7 @@ define(function(require) {
|
||||
function buttonWFile(id = "", data = {}) {
|
||||
return '<button class="w_file remote_vm" data-id="' + id + '"\
|
||||
data-type="' + data.type + '" data-port="' + data.port + '" data-hostname="' + data.hostname + '">\
|
||||
<i class="fas fa-external-link-alt"></i></button>';
|
||||
<i class="fas fa-external-link-square-alt"></i></button>';
|
||||
}
|
||||
|
||||
function buttonRDP(ip = "", vm = {}) {
|
||||
|
@ -128,7 +128,7 @@ button.search-dropdown {
|
||||
|
||||
button.remote_vm {
|
||||
margin: 0 5px;
|
||||
font-size: 1.5em;
|
||||
font-size: 1.4em;
|
||||
|
||||
&.spice i {
|
||||
-webkit-text-stroke: 0.7px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user