Remove stddev and direction columns
This commit is contained in:
parent
0d48e0791b
commit
2bf939186d
10 changed files with 32 additions and 116 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue