Small updates
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-07-23 23:25:00 -04:00
parent ecb696372d
commit aec77628f7
6 changed files with 20 additions and 24 deletions

View File

@ -3,7 +3,7 @@
<div class="grid-x grid-margin-x">
<select class="cell medium-6" id="report_type" name="report_type" disabled>
<option value="benchmark">Benchmark</option>
<option value="hardware">Hardware</option>
<option value="test">Test</option>
</select>
<select class="cell medium-6" id="report_choice" name="report_choice">
@ -15,8 +15,8 @@
<div class="grid-x grid-margin-x">
<select class="cell small-12" id="report_compare" name="report_compare[]" multiple>
<% hardware.each do |h| %>
<option value="<%= h.id %>"><%= h.name %></option>
<% tests.each do |t| %>
<option value="<%= t.id %>"><%= t.name %></option>
<% end %>
</select>
</div>