to indicate this is a hard poweroff (like unplug) of the guest

Signed-off-by: Dominik Csapak <[email protected]>
---
 www/manager6/qemu/CmdMenu.js | 2 +-
 www/manager6/qemu/Config.js  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/manager6/qemu/CmdMenu.js b/www/manager6/qemu/CmdMenu.js
index 3d1c3985..5f8e14f7 100644
--- a/www/manager6/qemu/CmdMenu.js
+++ b/www/manager6/qemu/CmdMenu.js
@@ -118,7 +118,7 @@ Ext.define('PVE.qemu.CmdMenu', {
            },
            {
                text: gettext('Stop'),
-               iconCls: 'fa fa-fw fa-stop',
+               iconCls: 'fa fa-fw fa-plug',
                disabled: stopped,
                handler: function() {
                    var msg = Proxmox.Utils.format_task_description('qmstop', 
vmid);
diff --git a/www/manager6/qemu/Config.js b/www/manager6/qemu/Config.js
index 4f8d2bbe..209288cd 100644
--- a/www/manager6/qemu/Config.js
+++ b/www/manager6/qemu/Config.js
@@ -166,7 +166,7 @@ Ext.define('PVE.qemu.Config', {
                    handler: function() {
                        vm_command("stop", { timeout: 30 });
                    },
-                   iconCls: 'fa fa-stop'
+                   iconCls: 'fa fa-plug'
                },{
                    text: gettext('Reset'),
                    disabled: !caps.vms['VM.PowerMgmt'],
-- 
2.11.0


_______________________________________________
pve-devel mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to