Added missing configuration field
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -31,7 +31,7 @@ class JobView(FlaskView):
 | 
			
		||||
            if e.status == 404:
 | 
			
		||||
                return {
 | 
			
		||||
                    "pod_name": pod_name,
 | 
			
		||||
                    "config": {
 | 
			
		||||
                    "configuration": {
 | 
			
		||||
                        "robot_address": None,
 | 
			
		||||
                        "program_url": None,
 | 
			
		||||
                    },
 | 
			
		||||
@@ -47,7 +47,7 @@ class JobView(FlaskView):
 | 
			
		||||
 | 
			
		||||
        return {
 | 
			
		||||
            "pod_name": pod_name,
 | 
			
		||||
            "config": {
 | 
			
		||||
            "configuration": {
 | 
			
		||||
                "robot_address": env['ROBOT_ADDRESS'],
 | 
			
		||||
                "program_url": env['PROGRAM_URL'],
 | 
			
		||||
            },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user