Installer tweaks

This commit is contained in:
2021-12-30 00:53:08 +01:00
parent 538383c33d
commit 5a1268aed6
5 changed files with 45 additions and 14 deletions

View File

@ -22,7 +22,7 @@ class StatusCommand extends Command
$stacks = $stackManager->getRegisteredStacks();
foreach ($stacks as $stack) {
$output->writeln("<fg=yellow>\u{2bbb}</> <fg=white;options=bold>{$stack->getName()}</>");
$output->writeln("<fg=cyan;options=bold>{$stack->getName()}</>");
$table = $stack->getContainersTable($output);
$table->setStyle('compact');
$table->setColumnWidths([ 30, 20, 20, 0 ]);