mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +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
@ -373,7 +373,8 @@ function initVMWizard() {
|
||||
$zone.data("zoneObj", zones[i]);
|
||||
$zoneSelect.append($zone);
|
||||
}
|
||||
}
|
||||
}
|
||||
$zoneSelect.change();
|
||||
listTemplatesInVmPopup();
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user