This is the current approach to create new windows and will align it to the other handler (action column).
Signed-off-by: Aaron Lauterer <a.laute...@proxmox.com> --- no changes since v1 www/manager6/dc/Tasks.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/manager6/dc/Tasks.js b/www/manager6/dc/Tasks.js index 4b542762..24b2697f 100644 --- a/www/manager6/dc/Tasks.js +++ b/www/manager6/dc/Tasks.js @@ -42,11 +42,11 @@ Ext.define('PVE.dc.Tasks', { return; } - var win = Ext.create('Proxmox.window.TaskViewer', { + Ext.create('Proxmox.window.TaskViewer', { + autoShow: true, upid: rec.data.upid, endtime: rec.data.endtime, }); - win.show(); }; Ext.apply(me, { -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel