feat(ui): Logs color highlight based on log level (#7288)

This commit is contained in:
Andras Bacsai
2025-11-28 13:27:51 +01:00
committed by GitHub
2 changed files with 35 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ class GetLogs extends Component
public ?bool $streamLogs = false;
public ?bool $showTimeStamps = true;
public ?bool $showTimeStamps = false;
public ?int $numberOfLines = 100;