Infinite scroll on event log uses parameter skip=50 however it probably should be offset=50
The requests always displays the 50 first result sets of the event log infinitely, whereas it should actually stop being an infinite scroll after all results have been displayed.
To Reproduce
Scroll event log, check requests and results to api/v2/nodes/event-log
Expected behavior
Should display consecutive sets of 50 log entries until last log entry.
Describe the bug
Infinite scroll on event log uses parameter
skip=50
however it probably should beoffset=50
The requests always displays the 50 first result sets of the event log infinitely, whereas it should actually stop being an infinite scroll after all results have been displayed.To Reproduce
Scroll event log, check requests and results to
api/v2/nodes/event-log
Expected behavior
Should display consecutive sets of 50 log entries until last log entry.
Environment