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:
Jessica Wang 2010-12-10 19:24:35 -08:00
parent 87ee0cae79
commit 327f3736fa
1 changed files with 1 additions and 1 deletions

View File

@ -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;