From 74abafb7e2f416a7b299c709905c040a4a44225a Mon Sep 17 00:00:00 2001 From: Cody Maffucci <46459665+Maffooch@users.noreply.github.com> Date: Tue, 13 May 2025 13:42:46 -0600 Subject: [PATCH] UI Pagination: Reduce the options to more reasonable numbers --- dojo/templates/dojo/paging_snippet.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dojo/templates/dojo/paging_snippet.html b/dojo/templates/dojo/paging_snippet.html index e9a67c09f50..e4244a0744b 100644 --- a/dojo/templates/dojo/paging_snippet.html +++ b/dojo/templates/dojo/paging_snippet.html @@ -39,10 +39,9 @@
  • 75
  • 100
  • 150
  • - {% if page.paginator.count > 500 %} -
  • 500
  • + {% if page.paginator.count > 250 %} +
  • 250
  • {% endif %} -
  • {% trans "All" %}