mirror of https://github.com/apache/cloudstack.git
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:
parent
15d1e57b92
commit
0cd51eafc3
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue