use TaskViewer for apt command

This commit is contained in:
Dietmar Maurer 2013-06-13 13:09:57 +02:00
parent 9baa96806a
commit 7964ca342d

View File

@ -59,7 +59,7 @@ Ext.define('PVE.node.APT', {
success: function(response, opts) {
var upid = response.result.data;
var win = Ext.create('PVE.window.TaskProgress', {
var win = Ext.create('PVE.window.TaskViewer', {
upid: upid
});
win.show();