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