mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-15 07:19:39 +00:00
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:
parent
e09330e03f
commit
677bb0e87b
@ -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
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user