Remove stddev and direction columns

This commit is contained in:
Joscha 2023-10-21 18:20:37 +02:00
parent 0d48e0791b
commit 2bf939186d
10 changed files with 32 additions and 116 deletions

View file

@ -36,9 +36,7 @@
<tr>
<th>metric</th>
<th>value</th>
<th>stddev</th>
<th>unit</th>
<th>direction</th>
</tr>
</thead>
<tbody>
@ -46,9 +44,7 @@
<tr>
<td>{{ mm.metric }}</td>
<td>{{ mm.value }}</td>
<td>{{ mm.stddev }}</td>
<td>{{ mm.unit }}</td>
<td>{{ mm.direction }}</td>
</tr>
{% endfor %}
</tbody>