diff --git a/ui/scripts/cloud.core.ipaddress.js b/ui/scripts/cloud.core.ipaddress.js index 44867356eea..f0e0bb876f9 100644 --- a/ui/scripts/cloud.core.ipaddress.js +++ b/ui/scripts/cloud.core.ipaddress.js @@ -912,8 +912,8 @@ function portForwardingJsonToTemplate(jsonObj, $template) { return; //Job has not completed } else { $("body").stopTime(timerKey); - if (result.jobstatus == 1) { // Succeeded - var item = result.jobresult.updateportforwardingruleresponse; + if (result.jobstatus == 1) { // Succeeded + var item = result.jobresult.portforwardingrule; portForwardingJsonToTemplate(item,$template); $spinningWheel.hide(); $rowContainerEdit.hide();