|
|
@@ -110,10 +110,11 @@ |
|
|
|
{{end}} |
|
|
|
</select> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="eight wide field" id="engine_name"> |
|
|
|
<input type="hidden" id="benchmark_child_types_id_hidden" name="benchmark_child_types_id_hidden" value="{{.benchmark_child_types_id_hidden}}"> |
|
|
|
<label style="font-weight: normal;white-space: nowrap;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_child_type"}}</label> |
|
|
|
<select class="ui fluid selection dropdown nowrap" id="benchmark_child_types_id" name="benchmark_child_types_id"> |
|
|
|
<select class="ui fluid selection search dropdown" id="benchmark_child_types_id" name="benchmark_child_types_id"> |
|
|
|
<option value="1">None</option> |
|
|
|
<option value="2">Vehicle</option> |
|
|
|
</select> |
|
|
|