[FIX] Optimer table HTML

This commit is contained in:
Peter Pfeufer
2025-09-06 15:47:59 +02:00
parent 222547187e
commit 77caa5543d

View File

@@ -22,8 +22,8 @@
</tr>
</thead>
{% for ops in timers %}
<tbody>
<tbody>
{% for ops in timers %}
<tr>
<td>
{{ ops.operation_name }}
@@ -55,8 +55,8 @@
</td>
{% endif %}
</tr>
</tbody>
{% endfor %}
{% endfor %}
</tbody>
</table>
</div>
{% endblock content %}