mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-3475: Fix tier id not being passed to autoscale UI
This commit is contained in:
parent
59788c1473
commit
b41ed8a3ec
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user