mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	[Nostromo] Fix Environment list table
This commit is contained in:
		
							parent
							
								
									92d63f3814
								
							
						
					
					
						commit
						c3f8afbd23
					
				@ -46,7 +46,7 @@ class EnvironmentsCommand extends AbstractCommand
 | 
				
			|||||||
        $output->writeln('');
 | 
					        $output->writeln('');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $table = new Table($output);
 | 
					        $table = new Table($output);
 | 
				
			||||||
        $table->setHeaders(['Environment', 'Branch', 'User', 'Hosts']);
 | 
					        $table->setHeaders(['Environment', 'User', 'Branch', 'Hosts']);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $configuration = $this->runtime->getConfigOptions('environments');
 | 
					        $configuration = $this->runtime->getConfigOptions('environments');
 | 
				
			||||||
        foreach ($configuration as $environment => $config) {
 | 
					        foreach ($configuration as $environment => $config) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user