Added more information to the test view page
This commit is contained in:
parent
3ec465872e
commit
2299ac0a93
@ -3,8 +3,18 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<h2>{{ .test.Name }}</h2>
|
<h2>{{ .test.Name }}</h2>
|
||||||
|
|
||||||
|
<p><a href="/hardware/{{ .test.Hardware.ID }}">link to hardware tested.</a></p>
|
||||||
|
|
||||||
<p>{{ .test.Description }}</p>
|
<p>{{ .test.Description }}</p>
|
||||||
|
|
||||||
|
<h4>Benchmarks used:</h4>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
{{ range $bm := .test.Benchmarks }}
|
||||||
|
<li><a href="/benchmark/{{ $bm.ID }}">{{ $bm.Name }}</a></li>
|
||||||
|
{{ end }}
|
||||||
|
</ul>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<h4>Latest Benchmark Results:</h4>
|
<h4>Latest Benchmark Results:</h4>
|
||||||
|
Loading…
Reference in New Issue
Block a user