healthchecks_healthchecks/templates/admin
Pēteris Caune 8fb7d16864
Improve type hints, simplify pagination in Ping admin
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.
2023-10-04 16:00:41 +03:00
..
api/ping Improve type hints, simplify pagination in Ping admin 2023-10-04 16:00:41 +03:00
base_site.html Channel icons in Admin > Channels 2020-04-20 13:56:24 +03:00
profile_list_projects.html In admin, visualize account's number of checks 2020-07-06 18:39:27 +03:00
project_list_team.html Admin improvements. 2019-01-22 18:18:11 +02:00