Fix dashboard logs initial order (#519)

This commit is contained in:
Flaminel
2026-03-26 01:16:04 +02:00
committed by GitHub
parent 20b93f6853
commit 8da07d4e93

View File

@@ -45,7 +45,7 @@ export class AppHubService extends HubService {
// Bulk initial logs
connection.on('LogsReceived', (logs: LogEntry[]) => {
this._logs.set(logs);
this._logs.set([...logs].reverse());
});
// Single event