Show total errors and how many are from the current page

This commit is contained in:
tcely 2025-03-01 23:31:07 -05:00 committed by GitHub
parent 0416e1148f
commit 3abb29e9db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col s12"> <div class="col s12">
<h2>{{ errors|length|intcomma }} Error{{ errors|length|pluralize }}</h2> <h2>{{ total_errors|intcomma }} Total Error{{ total_errors|pluralize }} ({{ errors|length|intcomma }} on this page)</h2>
<p> <p>
Tasks which generated an error are shown here. Tasks are retried a couple of Tasks which generated an error are shown here. Tasks are retried a couple of
times, so if there was an intermittent error such as a download got interrupted times, so if there was an intermittent error such as a download got interrupted