feat(RunnerOrganizationService.runnerOrganizationControllerGetRunners): load all runners in org
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build Latest and dev images / build-container (push) Successful in 1m7s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build Latest and dev images / build-container (push) Successful in 1m7s
				
			This commit is contained in:
		@@ -125,7 +125,7 @@
 | 
			
		||||
			let runners =
 | 
			
		||||
				await RunnerOrganizationService.runnerOrganizationControllerGetRunners(
 | 
			
		||||
					o.id,
 | 
			
		||||
					true
 | 
			
		||||
					false
 | 
			
		||||
				);
 | 
			
		||||
			let cards = [];
 | 
			
		||||
			for (let runner of runners) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user