ui: vm/hw: order VM state last and add extra warning

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-11-30 18:12:28 +01:00
parent b2a5aa1812
commit 59bce2875c

View File

@ -188,7 +188,8 @@ Ext.define('PVE.qemu.HardwareView', {
vmstate: {
header: gettext('VM State'),
iconCls: 'download',
group: 8,
del_extra_msg: gettext('The saved VM state will be permanently lost.'),
group: 100,
},
cores: {
visible: false