use Proxmox.window.TaskProgress instead of PVE.window.TaskProgress

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2017-11-14 11:17:05 +01:00 committed by Dietmar Maurer
parent ffea05ec4e
commit 00ee113714

View File

@ -134,7 +134,7 @@ Ext.define('Proxmox.window.Edit', {
me.hide();
var upid = response.result.data;
var win = Ext.create('PVE.window.TaskProgress', {
var win = Ext.create('Proxmox.window.TaskProgress', {
upid: upid,
listeners: {
destroy: function () {