mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 17:45:15 +00:00
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:
parent
8d4f1d4d2b
commit
7da4966dc0
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user