Add pagination to pod logs modal #520
Labels
enhancement
New feature or request
go
Pull requests that update Go code
help wanted
Extra attention is needed
typescript
Is your feature request related to a problem? Please describe.
When checking container logs in cyclops UI, you can check for the latest 100 logs only, or download all container logs.
The scope of the task is to implement logs pagination so previous logs can be fetched from the UI as well.
Describe the solution you'd like
Here is the handler function for fetching modules which should accept paginations parameters from the UI. Also, check what parameters can be used for pagination that are accepted by the K8s API here to design a solution.
The text was updated successfully, but these errors were encountered: