[pve-devel] [PATCH manager 3/3] Select OS Type after selecting the Installation Media
Emmanuel Kasper
e.kasper at proxmox.com
Thu Jul 6 14:09:13 CEST 2017
This prepares for the future, in case we want to infer the
OS Type from the installation media name or content.
---
www/manager6/qemu/CreateWizard.js | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/www/manager6/qemu/CreateWizard.js b/www/manager6/qemu/CreateWizard.js
index abda17c4..00cad515 100644
--- a/www/manager6/qemu/CreateWizard.js
+++ b/www/manager6/qemu/CreateWizard.js
@@ -86,11 +86,6 @@ Ext.define('PVE.qemu.CreateWizard', {
}
},
{
- title: gettext('OS'),
- xtype: 'pveQemuOSTypePanel',
- insideWizard: true
- },
- {
xtype: 'pveQemuCDInputPanel',
reference: 'cdpanel',
title: gettext('CD/DVD'),
@@ -101,6 +96,11 @@ Ext.define('PVE.qemu.CreateWizard', {
insideWizard: true
},
{
+ title: gettext('OS'),
+ xtype: 'pveQemuOSTypePanel',
+ insideWizard: true
+ },
+ {
xtype: 'pveQemuHDInputPanel',
reference: 'hdpanel',
title: gettext('Hard Disk'),
--
2.11.0
More information about the pve-devel
mailing list