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:
parent
e87e0fdf1f
commit
87447c9956
@ -185,6 +185,11 @@ Ext.define('PVE.qemu.HardwareView', {
|
|||||||
never_delete: true,
|
never_delete: true,
|
||||||
defaultValue: ''
|
defaultValue: ''
|
||||||
},
|
},
|
||||||
|
vmstate: {
|
||||||
|
header: gettext('VM State'),
|
||||||
|
iconCls: 'download',
|
||||||
|
group: 8,
|
||||||
|
},
|
||||||
cores: {
|
cores: {
|
||||||
visible: false
|
visible: false
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user