use TaskViewer for apt command
This commit is contained in:
parent
9baa96806a
commit
7964ca342d
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user