alerta / alerta-webui

Alerta Web UI 7.0
https://try.alerta.io
Apache License 2.0
109 stars 55 forks source link

Implement server-side pagination and filtering #568

Closed krzysdabro closed 7 months ago

krzysdabro commented 1 year ago

Description UI incorrectly shows only 50 total blackouts/users/keys/... even though API can list much more. This PR adds server-side pagination and filtering to fix the problem.

Depends on alerta/alerta#1864 Fixes #528, alerta/alerta#1550

Changes Fixes pagination and filtering on pages with lists

Screenshots If it's a UI change add screenshots to demonstrate changes.

Checklist

Collaboration When a user creates a pull request from a fork that they own, the user generally has the authority to decide if other users can commit to the pull request's compare branch. If the pull request author wants greater collaboration, they can grant maintainers of the upstream repository (that is, anyone with push access to the upstream repository) permission to commit to the pull request's compare branch

See https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork

netlify[bot] commented 1 year ago

Deploy Preview for peaceful-beignet-dcf974 ready!

Name Link
Latest commit d547788dcbd0986b9ea74a00ad8c1d901ab19dfb
Latest deploy log https://app.netlify.com/sites/peaceful-beignet-dcf974/deploys/64a16195dfc4e100082b39bb
Deploy Preview https://deploy-preview-568--peaceful-beignet-dcf974.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

satterly commented 7 months ago

Thanks 👍