FredHutch / motuz

Motuz - A web based infrastructure for large scale data movements between on-premise and cloud
MIT License
103 stars 12 forks source link

Implement pagination on transfer job listing #402

Closed nathanthorpe closed 1 year ago

nathanthorpe commented 2 years ago

Resolves #385. This PR adds pagination to the transfers pane at the top.

Note that the copy-jobs list endpoint sends back a different model to include page information.

It includes the option to specify the page size in the API but that is not exposed in the UI.