Add comma-separation to counts of failed messages

This commit is contained in:
Chris Hill-Scott
2017-02-09 10:19:19 +00:00
parent ba61b37415
commit 7bd5525983

View File

@@ -52,7 +52,7 @@
) }}
{% if counts.requested %}
<span class="{{ 'failure-highlight' if counts.show_warning else '' }}">
{{ counts.failed }} failed
{{ "{:,}".format(counts.failed) }} failed
</span>
{% else %}