CLOUDSTACK-3475: Fix tier id not being passed to autoscale UI

This commit is contained in:
Brian Federle 2013-07-17 13:46:35 -07:00
parent 59788c1473
commit b41ed8a3ec

View File

@ -340,6 +340,11 @@
click: function() {
var data = cloudStack.serializeForm($('.ui-dialog .autoscaler form'));
// Pass VPC data
if (formData.tier) {
data.tier = formData.tier;
}
$loading.appendTo($autoscalerDialog);
cloudStack.autoscaler.actions.apply({
formData: formData,