[pve-devel] [PATCH manager 5/5] gui: replace 'stop' icon with 'plug'
Dominik Csapak
d.csapak at proxmox.com
Fri Mar 29 10:44:37 CET 2019
to indicate this is a hard poweroff (like unplug) of the guest
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
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
More information about the pve-devel
mailing list