fine tune tracker

This commit is contained in:
Fabian Dill
2020-06-23 05:46:32 +02:00
parent 9a6380d594
commit 53d3b4eb38
3 changed files with 10 additions and 7 deletions

View File

@@ -69,7 +69,7 @@
<td style="text-align: center" class="table-success">
{{ checks_done }}/{{ checks_total }}</td>
{% else %}
<td>{{ checks_done }}/{{ checks_total }}</td>
<td style="text-align: center">{{ checks_done }}/{{ checks_total }}</td>
{% endif %}
{% endfor %}
</tr>