|
|
|
@@ -178,8 +178,7 @@ |
|
|
|
</div> |
|
|
|
<div class="required unite inline min_title fields" style="width: 90%;margin-left: 5.7rem;"> |
|
|
|
<div class="required eight wide field"> |
|
|
|
<label |
|
|
|
style="font-weight: normal;white-space: nowrap;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_type"}}</label> |
|
|
|
<label style="font-weight: normal;white-space: nowrap;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_type"}}</label> |
|
|
|
|
|
|
|
<select class="ui fluid selection search dropdown" id="benchmark_types_id" |
|
|
|
name="benchmark_types_id"> |
|
|
|
@@ -193,12 +192,9 @@ |
|
|
|
</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 nowrapx" id="benchmark_child_types_id" |
|
|
|
style='width: 100%;' name="benchmark_child_types_id"> |
|
|
|
<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 nowrapx" id="benchmark_child_types_id" style='width: 100%;' name="benchmark_child_types_id"> |
|
|
|
</select> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|