mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
new UI - update load balancer rule - fix a bug "items is not found"
This commit is contained in:
parent
5732e42fd1
commit
b73e79d716
@ -857,8 +857,8 @@ function loadBalancerJsonToTemplate(jsonObj, $template) {
|
||||
} else {
|
||||
$("body").stopTime(timerKey);
|
||||
if (result.jobstatus == 1) { // Succeeded
|
||||
var items = result.loadbalancer;
|
||||
loadBalancerJsonToTemplate(items[0],$template);
|
||||
var item = result.jobresult.updateloadbalancerruleresponse;
|
||||
loadBalancerJsonToTemplate(item,$template);
|
||||
$spinningWheel.hide();
|
||||
$rowContainerEdit.hide();
|
||||
$rowContainer.show();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user