joyent / conch-ui

Web UI for Conch (https://github.com/joyent/conch-api)
2 stars 5 forks source link

Conch Admin -> Users table numbering #150

Open jemershaw opened 5 years ago

jemershaw commented 5 years ago

When administering users and navigating through next pages the numbering starts at 1 when page 2(limiting by 25) should start at 25.

Another bug with pagination is when going to staging inactive users there are 3 pages but when selecting page 3, no users are present. This seems to be a logic bug with the max number of users.

karenetheridge commented 5 years ago

side note -- if it would be useful to have pagination support in the api for any endpoints that produce long lists of data, let me know as this is easy to do.