Enable timestamps in log display and improve styling for better readability

This commit is contained in:
Andras Bacsai
2025-12-03 09:09:12 +01:00
parent eec269ea67
commit e10bd011c5
2 changed files with 20 additions and 70 deletions

View File

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