mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2334: UI > Regions > GSLB > remove lb rule from GSLB - fix a bug that passed wrong parameter to API call.
This commit is contained in:
parent
a49da6bee8
commit
a5503de1d1
|
|
@ -908,7 +908,8 @@
|
|||
$.ajax({
|
||||
url: createURL('removeFromGlobalLoadBalancerRule'),
|
||||
data: {
|
||||
id: args.context.lbUnderGSLB[0].id
|
||||
id: args.context.GSLB[0].id,
|
||||
loadbalancerrulelist: args.context.lbUnderGSLB[0].id
|
||||
},
|
||||
success: function(json) {
|
||||
var jid = json.removefromloadbalancerruleresponse.jobid;
|
||||
|
|
|
|||
Loading…
Reference in New Issue