]> git.proxmox.com Git - pve-manager.git/commitdiff
use Ext.apply() instead of Ext.applyIf() to properly load child items
authorEmmanuel Kasper <e.kasper@proxmox.com>
Tue, 15 Mar 2016 13:12:57 +0000 (14:12 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 15 Mar 2016 15:34:17 +0000 (16:34 +0100)
www/manager6/window/Wizard.js

index 0e6b02d32ad01bdbf9e6ef889798dd4eed8ca369..cc7f3fb13f86a0da7839c78beee455a1fae3b3f7 100644 (file)
@@ -171,7 +171,7 @@ Ext.define('PVE.window.Wizard', {
            me.title = PVE.Utils.dialog_title(me.subject, true, false);
        }
 
-       Ext.applyIf(me, {
+       Ext.apply(me, {
            width: 620,
            height: 400,
            modal: true,