mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-10 21:38:38 +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) {
|
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user