]> git.proxmox.com Git - pve-manager.git/commitdiff
wizard: set config values on top
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Feb 2018 12:34:46 +0000 (13:34 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Thu, 15 Feb 2018 13:48:02 +0000 (14:48 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/Wizard.js

index c9a695b90b9143f07df7a15342175edf28b869f8..61a22c5da5b6126ebdebe5fda9662fc58e23eab8 100644 (file)
@@ -2,7 +2,19 @@ Ext.define('PVE.window.Wizard', {
     extend: 'Ext.window.Window',
 
     activeTitle: '', // used for automated testing
-    
+
+    width: 700,
+    height: 510,
+
+    modal: true,
+    border: false,
+
+    draggable: true,
+    closable: true,
+    resizable: false,
+
+    layout: 'border',
+
     getValues: function(dirtyOnly) {
        var me = this;
 
@@ -97,14 +109,6 @@ Ext.define('PVE.window.Wizard', {
        }
 
        Ext.apply(me, {
-           width: 700,
-           height: 510,
-           modal: true,
-           border: false,
-           draggable: true,
-           closable: true,
-           resizable: false,
-           layout: 'border',
            items: [
                {
                    xtype: 'form',