mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 06:29:35 +00:00
ui: form/ControllerSelector: add option for selecting free on inital config
we will sometimes directly give it a config, so the id can be selected at the start Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
3b5617cc2f
commit
3e6105c0aa
@ -111,5 +111,9 @@ Ext.define('PVE.form.ControllerSelector', {
|
|||||||
});
|
});
|
||||||
|
|
||||||
me.callParent();
|
me.callParent();
|
||||||
|
|
||||||
|
if (me.selectFree) {
|
||||||
|
me.setVMConfig(me.vmconfig);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user