mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-16 00:31:55 +00:00
Whitespace and typo fix
This commit is contained in:
parent
3fc44aca8f
commit
fd776fca18
@ -148,7 +148,7 @@ Ext.define('PVE.lxc.CreateWizard', {
|
|||||||
validator: function(value) {
|
validator: function(value) {
|
||||||
var pw = me.down('field[name=password]').getValue();
|
var pw = me.down('field[name=password]').getValue();
|
||||||
if (pw !== value) {
|
if (pw !== value) {
|
||||||
return "Passwords does not match!";
|
return "Passwords do not match!";
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@ -308,8 +308,8 @@ Ext.define('PVE.lxc.CreateWizard', {
|
|||||||
params: kv,
|
params: kv,
|
||||||
success: function(response, opts){
|
success: function(response, opts){
|
||||||
var upid = response.result.data;
|
var upid = response.result.data;
|
||||||
|
|
||||||
var win = Ext.create('PVE.window.TaskViewer', {
|
var win = Ext.create('PVE.window.TaskViewer', {
|
||||||
upid: upid
|
upid: upid
|
||||||
});
|
});
|
||||||
win.show();
|
win.show();
|
||||||
|
Loading…
Reference in New Issue
Block a user