Re: [pve-devel] [PATCH manager 3/3] check if storage is in the selector

2017-07-12 Thread Dominik Csapak
On 07/13/2017 06:41 AM, Dietmar Maurer wrote: diff --git a/www/manager6/lxc/ResourceEdit.js b/www/manager6/lxc/ResourceEdit.js index c2e1f181..9efb5116 100644 --- a/www/manager6/lxc/ResourceEdit.js +++ b/www/manager6/lxc/ResourceEdit.js @@ -400,8 +400,9 @@ Ext.define('PVE.lxc.MountPointInputPanel

Re: [pve-devel] [PATCH manager 3/3] check if storage is in the selector

2017-07-12 Thread Dietmar Maurer
> diff --git a/www/manager6/lxc/ResourceEdit.js > b/www/manager6/lxc/ResourceEdit.js > index c2e1f181..9efb5116 100644 > --- a/www/manager6/lxc/ResourceEdit.js > +++ b/www/manager6/lxc/ResourceEdit.js > @@ -400,8 +400,9 @@ Ext.define('PVE.lxc.MountPointInputPanel', { > return;

[pve-devel] [PATCH manager 3/3] check if storage is in the selector

2017-07-11 Thread Dominik Csapak
when having an lxc mountpoint/rootfs on a storage which does not allow the 'rootfs' content (e.g. somebody disabled it after creating a container there), trying to edit the mp/rootfs broke the gui now we check if the record exists Signed-off-by: Dominik Csapak --- this is also a very rough and s