Without this the window title is not displayed
---
 www/manager6/window/TaskViewer.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/window/TaskViewer.js 
b/www/manager6/window/TaskViewer.js
index c3cea39..0750ffd 100644
--- a/www/manager6/window/TaskViewer.js
+++ b/www/manager6/window/TaskViewer.js
@@ -49,7 +49,7 @@ Ext.define('PVE.window.TaskProgress', {
 
        var descr = PVE.Utils.format_task_description(task.type, task.id);
 
-       Ext.applyIf(me, {
+       Ext.apply(me, {
            title: "Task: " + descr,
            width: 300,
            layout: 'auto',
-- 
2.1.4


_______________________________________________
pve-devel mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to