wizard: set config values on top

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-02-14 13:34:46 +01:00 committed by Dominik Csapak
parent 18f4718ffd
commit bd2118c6ed

View 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',