diff --git a/ui/scripts/ui-custom/autoscaler.js b/ui/scripts/ui-custom/autoscaler.js index 2f6ce386fc3..119b67261eb 100644 --- a/ui/scripts/ui-custom/autoscaler.js +++ b/ui/scripts/ui-custom/autoscaler.js @@ -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,