Fixed results table in test view
This commit is contained in:
parent
29d9cbc59c
commit
ed5232371c
@ -72,7 +72,6 @@
|
||||
<table class="u-full-width">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Hardware</th>
|
||||
<th>Benchmark</th>
|
||||
<th>Average</th>
|
||||
<th>Minimum</th>
|
||||
@ -82,7 +81,6 @@
|
||||
<tbody>
|
||||
{{ range $res := .test.Results }}
|
||||
<tr>
|
||||
<td>{{ .test.Hardware.Name }}</td>
|
||||
<td>{{ $res.Benchmark.Name }}</td>
|
||||
<td>{{ $res.AverageScore }}</td>
|
||||
<td>{{ $res.MinimumScore }}</td>
|
||||
|
Loading…
Reference in New Issue
Block a user