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

@ -3,6 +3,18 @@ Ext.define('PVE.window.Wizard', {
activeTitle: '', // used for automated testing activeTitle: '', // used for automated testing
width: 700,
height: 510,
modal: true,
border: false,
draggable: true,
closable: true,
resizable: false,
layout: 'border',
getValues: function(dirtyOnly) { getValues: function(dirtyOnly) {
var me = this; var me = this;
@ -97,14 +109,6 @@ Ext.define('PVE.window.Wizard', {
} }
Ext.apply(me, { Ext.apply(me, {
width: 700,
height: 510,
modal: true,
border: false,
draggable: true,
closable: true,
resizable: false,
layout: 'border',
items: [ items: [
{ {
xtype: 'form', xtype: 'form',