feat: remove ansi color from log

This commit is contained in:
Vann
2025-02-02 10:01:01 +00:00
parent e7988fc295
commit 7b60d76b77
2 changed files with 14 additions and 10 deletions

View File

@@ -864,6 +864,8 @@ function getContainerLogs(Server $server, string $container_id, int $lines = 100
], $server);
}
$output .= removeAnsiColors($output);
return $output;
}