mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 8243: VM Wizard - after zone dropdown is populated, call change event handler right away.
This commit is contained in:
parent
a4d306259e
commit
6277ad4ad4
@ -374,6 +374,7 @@ function initVMWizard() {
|
||||
$zoneSelect.append($zone);
|
||||
}
|
||||
}
|
||||
$zoneSelect.change();
|
||||
listTemplatesInVmPopup();
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user