mirror of
https://github.com/healthchecks/healthchecks.git
synced 2024-11-21 07:07:57 +00:00
8fb7d16864
Pagination, filtering, and result counting in Ping admin is tricky as the pings table can contain millions of rows. We previously used "select reltuples from pg_class" trick to estimate the total number of rows. This only works on Postgres, and does not handle WHERE filters. This commit removes the search box, and changes the pagination template to allow pagination between pages 1-9 and nothing more. |
||
---|---|---|
.. | ||
api/ping | ||
base_site.html | ||
profile_list_projects.html | ||
project_list_team.html |