From 0cd51eafc3d6f8f9c0b33ed377a53881c4204db7 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 a53d24656f0..280d97f15b2 100644 --- a/ui/scripts/autoscaler.js +++ b/ui/scripts/autoscaler.js @@ -92,6 +92,7 @@ $.ajax({ url: createURL('listAutoScaleVmGroups'), data: { + listAll: true, lbruleid: args.context.multiRules[0].id }, success: function(json) { @@ -100,6 +101,7 @@ $.ajax({ url: createURL('listAutoScaleVmProfiles'), data: { + listAll: true, id: autoscaleVmGroup.vmprofileid }, success: function(json) {