dashboard fixes

This commit is contained in:
2022-10-13 13:53:42 +02:00
parent dda415f87a
commit 796febb91f
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -12,11 +12,12 @@
<th>Counters</th>
</tr>
</thead>
{% for counter in counters %}
<tbody>
{% for counter in counters %}
<td> {{ counter[0] }} </td>
<td> {{ counter[1] }} </td>
<td> {{ counter[1] }} </td>
</tbody>
{% endfor %}
</table>
{% endif %}