added really large amounts to dups to process at once, so we can still get them all on a page if we really want

This commit is contained in:
2021-07-01 21:56:59 +10:00
parent 848cdeacc5
commit f6a92d749f

View File

@@ -7,7 +7,7 @@
<div class="form-group">
<label for="pagesize">{{DD.total_dups}} duplicate files ({{DD.uniq_dups}} Unique) -- Showing&nbsp;</label>
<select id="pagesize" class="form form-control" name="pagesize" onChange="ResetPageSize()">
{% for o in "5", "10", "15", "20", "25", "50", "75", "100", "200" %}
{% for o in "5", "10", "15", "20", "25", "50", "75", "100", "200", "500", "1000", "5000", "20000" %}
<option
{% if o|int == pagesize %}
selected