gyselroth / balloon-client-web

balloon web user interface
GNU General Public License v3.0
2 stars 5 forks source link

Infinite scroll on event log is truly infinite #214

Closed pixtron closed 5 years ago

pixtron commented 5 years ago

Describe the bug

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.

Environment