ui: Restore: Fix error where the textfield did not default to next free VMID

This was introduced when refactoring our seprated CT & VM ID
selectors into an unified one in
commit ed416f2024

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner 2019-04-09 14:11:25 +02:00 committed by Thomas Lamprecht
parent e09330e03f
commit 677bb0e87b

View File

@ -38,7 +38,7 @@ Ext.define('PVE.window.Restore', {
IDfield = Ext.create('PVE.form.GuestIDSelector', {
name: 'vmid',
guestType: me.vmtype,
loadNextGuestID: true,
loadNextFreeID: true,
validateExists: false
});
}