mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	CLOUDSTACK-3105: UI > Instances menu > Instance detailView > View Hosts > fix a bug that wrong parameter name is passed to listHosts API.
This commit is contained in:
		
							parent
							
								
									0b69e890e0
								
							
						
					
					
						commit
						dc8f053d6a
					
				@ -11440,8 +11440,8 @@
 | 
			
		||||
                                array1.push("&podid=" + args.context.pods[0].id);
 | 
			
		||||
                            if ("clusters" in args.context)
 | 
			
		||||
                                array1.push("&clusterid=" + args.context.clusters[0].id);
 | 
			
		||||
                        } else {
 | 
			
		||||
                            array1.push("&hostid=" + args.context.instances[0].hostid);
 | 
			
		||||
                        } else { //Instances menu > Instance detailView > View Hosts
 | 
			
		||||
                            array1.push("&id=" + args.context.instances[0].hostid);
 | 
			
		||||
                        }
 | 
			
		||||
 | 
			
		||||
                        $.ajax({
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user