Fixed results table in test view
This commit is contained in:
parent
ed5232371c
commit
3ec5605c53
@ -83,8 +83,8 @@
|
||||
<tr>
|
||||
<td>{{ $res.Benchmark.Name }}</td>
|
||||
<td>{{ $res.AverageScore }}</td>
|
||||
<td>{{ $res.MinimumScore }}</td>
|
||||
<td>{{ $res.MaximumScore }}</td>
|
||||
<td>{{ if eq $res.MinimumScore 0 }}N/a{{ else }}{{ $res.MinimumScore }}{{ end }}</td>
|
||||
<td>{{ if eq $res.MaximumScore 0 }}N/a{{ else }}{{ $res.MaximumScore }}{{ end }}</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
</tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user