guest import: validate that selected VMID does not exist yet

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-03-27 14:31:34 +01:00
parent 549bffb7bb
commit b0a9a170d4

View File

@ -425,6 +425,7 @@ Ext.define('PVE.window.GuestImport', {
fieldLabel: 'VM',
guestType: 'qemu',
loadNextFreeID: true,
validateExists: false,
},
{
xtype: 'proxmoxintegerfield',