mirror of https://github.com/apache/cloudstack.git
IP Address page - load balancer tab - add a paramter ("applied") to API call when manage section is to be expanded.
This commit is contained in:
parent
87ee0cae79
commit
327f3736fa
|
|
@ -1289,7 +1289,7 @@ function loadBalancerJsonToTemplate(jsonObj, $template) {
|
|||
$vmSubgrid.empty();
|
||||
$.ajax({
|
||||
cache: false,
|
||||
data: createURL("command=listLoadBalancerRuleInstances&id="+loadBalancerId),
|
||||
data: createURL("command=listLoadBalancerRuleInstances&id="+loadBalancerId+"&applied=true"),
|
||||
dataType: "json",
|
||||
success: function(json) {
|
||||
var instances = json.listloadbalancerruleinstancesresponse.loadbalancerruleinstance;
|
||||
|
|
|
|||
Loading…
Reference in New Issue