Group migrations

This commit is contained in:
Joscha 2023-08-15 19:01:28 +02:00
parent 2714280567
commit 82e2385f59
12 changed files with 105 additions and 103 deletions

View file

@ -44,7 +44,7 @@
<tbody>
{% for mm in measurements %}
<tr>
<td>{{ mm.name }}</td>
<td>{{ mm.metric }}</td>
<td>{{ mm.value }}</td>
<td>{{ mm.stddev }}</td>
<td>{{ mm.unit }}</td>