[pve-devel] [PATCH manager 3/4] ext6migrate: change applyIf to apply in TaskViewer
Dominik Csapak
d.csapak at proxmox.com
Thu Feb 25 14:11:22 CET 2016
this fixes the window for tasks (previously the content was not
correctly sized)
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
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 43b3cf7..553f355 100644
--- a/www/manager6/window/TaskViewer.js
+++ b/www/manager6/window/TaskViewer.js
@@ -201,7 +201,7 @@ Ext.define('PVE.window.TaskViewer', {
statstore.startUpdate();
- Ext.applyIf(me, {
+ Ext.apply(me, {
title: "Task viewer: " + task.desc,
width: 800,
height: 400,
--
2.1.4
More information about the pve-devel
mailing list