]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
ui: qemu: change suspend to disk icon to fa-download
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Apr 2019 07:53:11 +0000 (09:53 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Apr 2019 07:53:12 +0000 (09:53 +0200)
it ressembles a state downloaded to disk, so quite fitting for
hibernate/suspend to disk

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/qemu/Config.js

index 7a84a3f795170292a8b54793a1a3889f29f8b575..b56f3779b4cf14f3733feba7c1350a441c82eca4 100644 (file)
@@ -158,7 +158,7 @@ Ext.define('PVE.qemu.Config', {
                    handler: function() {
                        vm_command("suspend", { todisk: 1 });
                    },
-                   iconCls: 'fa fa-stop'
+                   iconCls: 'fa fa-download'
                },{
                    text: gettext('Stop'),
                    disabled: !caps.vms['VM.PowerMgmt'],