mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue