Select OS Type after selecting the Installation Media

This prepares for the future, in case we want to infer the
OS Type from the installation media name or content.
This commit is contained in:
Emmanuel Kasper 2017-07-10 16:35:04 +02:00 committed by Dietmar Maurer
parent 8d4f1d4d2b
commit 7da4966dc0

View File

@ -85,11 +85,6 @@ Ext.define('PVE.qemu.CreateWizard', {
return values;
}
},
{
title: gettext('OS'),
xtype: 'pveQemuOSTypePanel',
insideWizard: true
},
{
xtype: 'pveQemuCDInputPanel',
reference: 'cdpanel',
@ -100,6 +95,11 @@ Ext.define('PVE.qemu.CreateWizard', {
},
insideWizard: true
},
{
title: gettext('OS'),
xtype: 'pveQemuOSTypePanel',
insideWizard: true
},
{
xtype: 'pveQemuHDInputPanel',
reference: 'hdpanel',