[pve-devel] r5916 - pve-manager/pve2/www/new/window
svn-commits at proxmox.com
svn-commits at proxmox.com
Fri May 6 10:43:46 CEST 2011
Author: dietmar
Date: 2011-05-06 10:43:46 +0200 (Fri, 06 May 2011)
New Revision: 5916
Modified:
pve-manager/pve2/www/new/window/Wizard.js
Log:
increase field width
Modified: pve-manager/pve2/www/new/window/Wizard.js
===================================================================
--- pve-manager/pve2/www/new/window/Wizard.js 2011-05-06 08:13:48 UTC (rev 5915)
+++ pve-manager/pve2/www/new/window/Wizard.js 2011-05-06 08:43:46 UTC (rev 5916)
@@ -223,7 +223,10 @@
layout: 'fit',
border: false,
margins: '5 5 0 5',
-
+ fieldDefaults: {
+ labelWidth: 100,
+ width: 300
+ },
items: {
itemId: 'wizcontent',
xtype: 'tabpanel',
More information about the pve-devel
mailing list