that sets the given vmconfig at the start and selects the first free mpid Signed-off-by: Dominik Csapak <d.csa...@proxmox.com> --- www/manager6/lxc/MPEdit.js | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/www/manager6/lxc/MPEdit.js b/www/manager6/lxc/MPEdit.js index 2b4f8ebe..dba69cb4 100644 --- a/www/manager6/lxc/MPEdit.js +++ b/www/manager6/lxc/MPEdit.js @@ -149,6 +149,9 @@ Ext.define('PVE.lxc.MountPointInputPanel', { view.filterMountOptions(); } } + if (view.selectFree) { + view.setVMConfig(view.vmconfig); + } }, }, -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel