feat: remove ansi color from log
This commit is contained in:
@@ -864,6 +864,8 @@ function getContainerLogs(Server $server, string $container_id, int $lines = 100
|
||||
], $server);
|
||||
}
|
||||
|
||||
$output .= removeAnsiColors($output);
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user