new UI - related UI change after Bug 6162 (updatePortForwardingRule: should use "ipaddress" parameter instead of "publicip") is fixed.

This commit is contained in:
Jessica Wang 2010-11-11 14:50:08 -08:00
parent 6e0b500a83
commit 6ad4e1f5ba

View File

@ -909,7 +909,7 @@ function portForwardingJsonToTemplate(jsonObj, $template) {
var virtualMachineId = $rowContainerEdit.find("#vm").val();
var array1 = [];
array1.push("&publicip="+ipAddress);
array1.push("&ipaddress="+ipAddress);
array1.push("&privateport="+privatePort);
array1.push("&publicport="+publicPort);
array1.push("&protocol="+protocol);