[pve-devel] r5909 - pve-manager/pve2/www/new/qemu
svn-commits at proxmox.com
svn-commits at proxmox.com
Thu May 5 11:16:07 CEST 2011
Author: dietmar
Date: 2011-05-05 11:16:07 +0200 (Thu, 05 May 2011)
New Revision: 5909
Modified:
pve-manager/pve2/www/new/qemu/CreateWizard.js
Log:
Modified: pve-manager/pve2/www/new/qemu/CreateWizard.js
===================================================================
--- pve-manager/pve2/www/new/qemu/CreateWizard.js 2011-05-05 09:08:58 UTC (rev 5908)
+++ pve-manager/pve2/www/new/qemu/CreateWizard.js 2011-05-05 09:16:07 UTC (rev 5909)
@@ -187,17 +187,12 @@
name: 'mediaType',
inputValue: 'cdrom',
boxLabel: 'Use physical CD/DVD Drive'
- // hideLabel: true,
- //checked: true
-
},
{
xtype: 'radiofield',
name: 'mediaType',
inputValue: 'none',
boxLabel: 'Do not use any installation media'
- // hideLabel: true,
- //checked: true
}
]
},
More information about the pve-devel
mailing list