Slight tweak to create test view
This commit is contained in:
parent
9ddc3db48d
commit
95fe5ab400
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user