also use TaskProgress for snapshot removal
This commit is contained in:
parent
0bded8c6df
commit
0bf50eb5d9
@ -182,6 +182,11 @@ Ext.define('PVE.qemu.SnapshotTree', {
|
|||||||
},
|
},
|
||||||
failure: function (response, opts) {
|
failure: function (response, opts) {
|
||||||
Ext.Msg.alert(gettext('Error'), response.htmlStatus);
|
Ext.Msg.alert(gettext('Error'), response.htmlStatus);
|
||||||
|
},
|
||||||
|
success: function(response, options) {
|
||||||
|
var upid = response.result.data;
|
||||||
|
var win = Ext.create('PVE.window.TaskProgress', { upid: upid });
|
||||||
|
win.show();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user