mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 15:51:12 +00:00
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:
parent
b2a5aa1812
commit
59bce2875c
@ -188,7 +188,8 @@ Ext.define('PVE.qemu.HardwareView', {
|
|||||||
vmstate: {
|
vmstate: {
|
||||||
header: gettext('VM State'),
|
header: gettext('VM State'),
|
||||||
iconCls: 'download',
|
iconCls: 'download',
|
||||||
group: 8,
|
del_extra_msg: gettext('The saved VM state will be permanently lost.'),
|
||||||
|
group: 100,
|
||||||
},
|
},
|
||||||
cores: {
|
cores: {
|
||||||
visible: false
|
visible: false
|
||||||
|
Loading…
Reference in New Issue
Block a user