if we do not disable the storageselector with bind mounts, it automatically sets the first storage which can hold containers (because of allowBlank: false) and triggers the dirty flag but clicking on reset does not delete the value there
Signed-off-by: Dominik Csapak <d.csa...@proxmox.com> --- www/manager6/lxc/ResourceEdit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/manager6/lxc/ResourceEdit.js b/www/manager6/lxc/ResourceEdit.js index fd731ef..d88a0d4 100644 --- a/www/manager6/lxc/ResourceEdit.js +++ b/www/manager6/lxc/ResourceEdit.js @@ -250,6 +250,7 @@ Ext.define('PVE.lxc.MountPointInputPanel', { me.acl.setDisabled(true); me.backup.setDisabled(true); me.acl.setValue('Default'); + me.hdstoragesel.setDisabled(true); } me.setValues(mp); -- 2.1.4 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel