Commit 8e70feaa authored by Dietmar Maurer's avatar Dietmar Maurer

use TaskViewer for apt command

parent 1556735e
...@@ -59,7 +59,7 @@ Ext.define('PVE.node.APT', { ...@@ -59,7 +59,7 @@ Ext.define('PVE.node.APT', {
success: function(response, opts) { success: function(response, opts) {
var upid = response.result.data; var upid = response.result.data;
var win = Ext.create('PVE.window.TaskProgress', { var win = Ext.create('PVE.window.TaskViewer', {
upid: upid upid: upid
}); });
win.show(); win.show();
......
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