From 67ea9669ab0444ea8b41f39519fa6ff5fd732548 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 7 Aug 2012 14:33:16 -0700 Subject: [PATCH] CS-15836: cloudstack 3.0 UI - autoscale - existing LB - configure AutoScale - fix a bug that root-admin was unable to see autoscale created by regular-user or domain-admin. --- ui/scripts/autoscaler.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/scripts/autoscaler.js b/ui/scripts/autoscaler.js index 37bb80634d2..bab01cb59b0 100644 --- a/ui/scripts/autoscaler.js +++ b/ui/scripts/autoscaler.js @@ -97,6 +97,7 @@ $.ajax({ url: createURL('listAutoScaleVmGroups'), data: { + listAll: true, lbruleid: args.context.multiRules[0].id }, success: function(json) { @@ -105,6 +106,7 @@ $.ajax({ url: createURL('listAutoScaleVmProfiles'), data: { + listAll: true, id: autoscaleVmGroup.vmprofileid }, success: function(json) {