Added ability to edit tests and hardware
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -3,11 +3,15 @@
|
||||
<div class="row">
|
||||
<h2>{{ .test.Name }}</h2>
|
||||
|
||||
<p>Hardware tested: <a href="/hardware/{{ .test.Hardware.ID }}">{{ .test.Hardware.Name }}</a></p>
|
||||
<span><a href="/test/{{ .test.ID }}/edit">Edit</a></span>
|
||||
|
||||
<p>{{ .test.Description }}</p>
|
||||
|
||||
<h4>Benchmarks used:</h4>
|
||||
<h4>Test Info:</h4>
|
||||
|
||||
<p>Hardware tested: <a href="/hardware/{{ .test.Hardware.ID }}">{{ .test.Hardware.Name }}</a></p>
|
||||
|
||||
<p>Benchmarks used:</p>
|
||||
|
||||
<ul>
|
||||
{{ range $bm := .test.Benchmarks }}
|
||||
|
Reference in New Issue
Block a user