Commit 14cd55a8 authored by Dietmar Maurer's avatar Dietmar Maurer

launch task viewer for container creation

parent bec1da7a
......@@ -278,7 +278,13 @@ Ext.define('PVE.openvz.CreateWizard', {
waitMsgTarget: me,
method: 'POST',
params: kv,
success: function(response){
success: function(response, opts){
var upid = response.result.data;
var win = Ext.create('PVE.window.TaskViewer', {
upid: upid
});
win.show();
me.close();
},
failure: function(response, opts) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment