Slight tweak to create test view

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent 3c1d48a9ed
commit bee64576bc

View File

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