new UI - IP address - UpdatePortForwardingRule API returns objects in different structure. This is related UI change.

This commit is contained in:
Jessica Wang 2010-11-08 15:39:46 -08:00
parent 7a3e21b22c
commit c49078f5b3

View File

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