mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	CS-16018:Resources tab not displaying the Resource limits in both in default view as well as projects view
This commit is contained in:
		
							parent
							
								
									3113f32f25
								
							
						
					
					
						commit
						b7f920b4c0
					
				@ -71,7 +71,7 @@
 | 
			
		||||
            var resourceLimits = $.grep(
 | 
			
		||||
              json.listresourcelimitsresponse.resourcelimit,
 | 
			
		||||
              function(resourceLimit) {
 | 
			
		||||
                return resourceLimit.resourcetype != 5;
 | 
			
		||||
                return resourceLimit.resourcetype != 5 && resourceLimit.resourcetype != 7;
 | 
			
		||||
              }
 | 
			
		||||
            );
 | 
			
		||||
            
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user