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

This commit is contained in:
Jessica Wang 2010-11-08 15:36:02 -08:00
parent c1cacbfbe5
commit 7a3e21b22c
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ function afterLoadIpJSP() {
data: createURL("command=createPortForwardingRule"+array1.join("")),
dataType: "json",
success: function(json) {
var item = json.createportforwardingruleresponse;
var item = json.createportforwardingruleresponse.portforwardingrule;
portForwardingJsonToTemplate(item,$template);
$spinningWheel.hide();
refreshCreatePortForwardingRow();