Slight tweak to create test view

This commit is contained in:
Gregory Ballantine 2024-05-29 09:03:14 -04:00
parent 9ddc3db48d
commit 95fe5ab400

View File

@ -5,7 +5,7 @@
<form class="twelve columns" action="/test/create" method="POST">
<div class="row">
<div class="columns three">
<div class="columns four">
<label for="test_hardware">
Hardware Component:
<select id="test_hardware" class="u-full-width" name="test_hardware">
@ -16,7 +16,7 @@
</label>
</div>
<div class="columns nine">
<div class="columns eight">
<label for="test_name">
Test name:
<input id="test_name" class="u-full-width" type="text" name="test_name" placeholder="My hardware benchmarking test">