mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-21 07:49:32 +01:00
Reset ovfMaxVCpusCount
when a new OVF is selected
Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
This commit is contained in:
parent
a2a5ae0cf4
commit
084215feaf
@ -107,6 +107,7 @@ namespace XenAdmin.Wizards.ImportWizard
|
||||
return;
|
||||
|
||||
_ovfVCpusCount.Clear();
|
||||
_ovfMaxVCpusCount = 0;
|
||||
foreach (var vsType in vsColl.Content)
|
||||
{
|
||||
var vhs = OVF.FindVirtualHardwareSectionByAffinity(SelectedOvfEnvelope, vsType.id, "xen");
|
||||
|
Loading…
Reference in New Issue
Block a user