| @@ -98,16 +98,16 @@ | |||||
| <div class="required unite inline min_title fields" style="width: 90%;"> | <div class="required unite inline min_title fields" style="width: 90%;"> | ||||
| <div class="required eight wide field"> | <div class="required eight wide field"> | ||||
| <label style="font-weight: normal;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_type"}}</label> | |||||
| <select class="ui dropdown width" id="benchmark_types_id" name="benchmark_types_id" > | |||||
| <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" > | |||||
| {{range .benchmark_types}} | {{range .benchmark_types}} | ||||
| <option value="{{.Id}}">{{.First}}</option> | <option value="{{.Id}}">{{.First}}</option> | ||||
| {{end}} | {{end}} | ||||
| </select> | </select> | ||||
| </div> | </div> | ||||
| <div class="eight wide field" id="engine_name"> | <div class="eight wide field" id="engine_name"> | ||||
| <label style="font-weight: normal;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_child_type"}}</label> | |||||
| <select class="ui dropdown width" id="benchmark_child_types_id" style='width: 100%;' name="benchmark_child_types_id"> | |||||
| <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" style='width: 100%;' name="benchmark_child_types_id"> | |||||
| </select> | </select> | ||||
| </div> | </div> | ||||
| </div> | </div> | ||||