mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 15:41:01 +00:00
wizard: set config values on top
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
18f4718ffd
commit
bd2118c6ed
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user