mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	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 virtualMachineId = $rowContainerEdit.find("#vm").val();		   
 | 
				
			||||||
	    		    
 | 
						    		    
 | 
				
			||||||
        var array1 = [];
 | 
					        var array1 = [];
 | 
				
			||||||
        array1.push("&publicip="+ipAddress);    
 | 
					        array1.push("&ipaddress="+ipAddress);    
 | 
				
			||||||
        array1.push("&privateport="+privatePort);
 | 
					        array1.push("&privateport="+privatePort);
 | 
				
			||||||
        array1.push("&publicport="+publicPort);
 | 
					        array1.push("&publicport="+publicPort);
 | 
				
			||||||
        array1.push("&protocol="+protocol);
 | 
					        array1.push("&protocol="+protocol);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user