mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 12:42:33 +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
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user