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.

This commit is contained in:
Jessica Wang 2012-08-07 14:33:16 -07:00
parent 15d1e57b92
commit 0cd51eafc3
1 changed files with 2 additions and 0 deletions

View File

@ -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) {