[pve-devel] r5925 - pve-manager/pve2/www/new/qemu
svn-commits at proxmox.com
svn-commits at proxmox.com
Mon May 9 06:49:11 CEST 2011
Author: dietmar
Date: 2011-05-09 06:49:11 +0200 (Mon, 09 May 2011)
New Revision: 5925
Modified:
pve-manager/pve2/www/new/qemu/CreateWizard.js
Log:
fix layout
Modified: pve-manager/pve2/www/new/qemu/CreateWizard.js
===================================================================
--- pve-manager/pve2/www/new/qemu/CreateWizard.js 2011-05-09 04:42:08 UTC (rev 5924)
+++ pve-manager/pve2/www/new/qemu/CreateWizard.js 2011-05-09 04:49:11 UTC (rev 5925)
@@ -347,16 +347,10 @@
},
{
title: 'Confirm',
- layout: {
- type: 'vbox',
- align: 'stretch'
- },
+ layout: 'fit',
items: [
{
- html: "Settings:",
- border: false
- },
- {
+ title: 'Settings',
xtype: 'grid',
store: summarystore,
columns: [
@@ -366,7 +360,7 @@
}
],
listeners: {
- show: function() {
+ show: function(panel) {
var form = me.down('form').getForm();
var kv = me.getFieldValues();
var data = [];
More information about the pve-devel
mailing list