applied both patches On Mon, Sep 11, 2017 at 05:42:34PM +0200, Philip Abernethy wrote: > --- > www/manager6/lxc/CreateWizard.js | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/www/manager6/lxc/CreateWizard.js > b/www/manager6/lxc/CreateWizard.js > index 8515877a..9b25db5e 100644 > --- a/www/manager6/lxc/CreateWizard.js > +++ b/www/manager6/lxc/CreateWizard.js > @@ -148,7 +148,7 @@ Ext.define('PVE.lxc.CreateWizard', { > validator: function(value) { > var pw = me.down('field[name=password]').getValue(); > if (pw !== value) { > - return "Passwords does not match!"; > + return "Passwords do not match!"; > } > return true; > } > @@ -308,8 +308,8 @@ Ext.define('PVE.lxc.CreateWizard', { > params: kv, > success: function(response, opts){ > var upid = response.result.data; > - > - var win = Ext.create('PVE.window.TaskViewer', { > + > + var win = Ext.create('PVE.window.TaskViewer', { > upid: upid > }); > win.show(); > -- > 2.11.0
_______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel