[pve-devel] r5894 - pve-manager/pve2/www/new/qemu
svn-commits at proxmox.com
svn-commits at proxmox.com
Tue May 3 09:45:37 CEST 2011
Author: dietmar
Date: 2011-05-03 09:45:37 +0200 (Tue, 03 May 2011)
New Revision: 5894
Modified:
pve-manager/pve2/www/new/qemu/CreateWizard.js
Log:
remove useless help messages
Modified: pve-manager/pve2/www/new/qemu/CreateWizard.js
===================================================================
--- pve-manager/pve2/www/new/qemu/CreateWizard.js 2011-05-03 07:44:00 UTC (rev 5893)
+++ pve-manager/pve2/www/new/qemu/CreateWizard.js 2011-05-03 07:45:37 UTC (rev 5894)
@@ -22,7 +22,6 @@
items: [
{
title: 'Name',
- descr: 'Please choose name and ID of your virtual machine.',
items: [
{
xtype: 'textfield',
@@ -43,7 +42,6 @@
},
{
title: 'CPU',
- descr: 'Specify the number of CPUs for this VM.',
items: [
{
xtype: 'numberfield',
@@ -67,7 +65,6 @@
},
{
title: 'Memory',
- descr: 'Physical memory allocation.',
items: [
{
xtype: 'numberfield',
@@ -83,7 +80,6 @@
},
{
title: 'Harddisk',
- descr: 'Harddisk size',
items: [
{
xtype: 'textfield',
@@ -104,7 +100,6 @@
},
{
title: 'Network',
- descr: 'Please select the network type.',
items: [
{
xtype: 'textfield',
@@ -135,7 +130,6 @@
},
{
title: 'Installation Media',
- descr: 'Please choose the installation media.',
items: [
{
xtype: 'radiofield',
@@ -179,7 +173,6 @@
},
{
title: 'OS Type',
- descr: 'Which operating system will be installed?',
items: [
{
xtype: 'radiofield',
@@ -228,7 +221,6 @@
},
{
title: 'Confirm',
- descr: 'Please verify',
listeners: {
show: function() {
var form = me.down('form').getForm();
More information about the pve-devel
mailing list