bug 8243: VM Wizard - after zone dropdown is populated, call change event handler right away.

This commit is contained in:
Jessica Wang 2011-02-02 11:11:07 -08:00
parent a4d306259e
commit 6277ad4ad4

View File

@ -373,7 +373,8 @@ function initVMWizard() {
$zone.data("zoneObj", zones[i]);
$zoneSelect.append($zone);
}
}
}
$zoneSelect.change();
listTemplatesInVmPopup();
}
});