Skip to content

Commit b73763c

Browse files
committed
scrolldown fix
1 parent 21983ba commit b73763c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/frontend/src/Views/Logs/NewLogsV2.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@
586586
startWith: last_key,
587587
hostName: $lastChosenHost,
588588
});
589+
total_received_logs_count += data.logs.length;
589590
is_all_logs_processed = data.is_end;
590591
last_key = data.last_processed_key;
591592
total_logs = [...total_logs, ...data.logs];

0 commit comments

Comments
 (0)