diff --git a/templates/hardware/edit.tmpl b/templates/hardware/edit.tmpl new file mode 100644 index 0000000..a549bc3 --- /dev/null +++ b/templates/hardware/edit.tmpl @@ -0,0 +1,34 @@ +{{ template "header" . }} + +
+

Add new hardware

+ +
+
+
+ +
+ +
+ +
+
+ + +
+
+ +{{ template "footer" . }} diff --git a/templates/hardware/view.tmpl b/templates/hardware/view.tmpl index 38f642d..f58ae6e 100644 --- a/templates/hardware/view.tmpl +++ b/templates/hardware/view.tmpl @@ -3,6 +3,8 @@

{{ .hardware.Name }}

+ Edit +

{{ .hardware.Type }}


diff --git a/templates/test/view.tmpl b/templates/test/view.tmpl index 055fe6f..4722fb1 100644 --- a/templates/test/view.tmpl +++ b/templates/test/view.tmpl @@ -3,11 +3,15 @@

{{ .test.Name }}

-

Hardware tested: {{ .test.Hardware.Name }}

+ Edit

{{ .test.Description }}

-

Benchmarks used:

+

Test Info:

+ +

Hardware tested: {{ .test.Hardware.Name }}

+ +

Benchmarks used: