gui: qemu/HardwareView: show vmstate and allow removal

so that a user can remove the 'suspended' state without resuming it

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2019-11-29 11:06:50 +01:00 committed by Thomas Lamprecht
parent e87e0fdf1f
commit 87447c9956

View File

@ -185,6 +185,11 @@ Ext.define('PVE.qemu.HardwareView', {
never_delete: true,
defaultValue: ''
},
vmstate: {
header: gettext('VM State'),
iconCls: 'download',
group: 8,
},
cores: {
visible: false
},