ext6migrate: change applyIf to apply in TaskViewer
this fixes the window for tasks (previously the content was not correctly sized) Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
937be156aa
commit
b9dc40e333
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user