mirror of https://github.com/apache/cloudstack.git
new UI - related UI change after Bug 6162 (updatePortForwardingRule: should use "ipaddress" parameter instead of "publicip") is fixed.
This commit is contained in:
parent
6e0b500a83
commit
6ad4e1f5ba
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue