Fixed results table in test view

This commit is contained in:
Gregory Ballantine
2024-05-29 11:57:49 -04:00
parent 3eca29c2db
commit 29d9cbc59c
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
<tbody>
{{ range $res := .test.Results }}
<tr>
<td>{{ $res.Hardware.Name }}</td>
<td>{{ .test.Hardware.Name }}</td>
<td>{{ $res.Benchmark.Name }}</td>
<td>{{ $res.AverageScore }}</td>
<td>{{ $res.MinimumScore }}</td>