mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 17:10:35 +00:00
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…
Reference in New Issue
Block a user