| @@ -91,7 +91,7 @@ | |||||
| <div class="required unite min_title inline fields" style="width: 90%;"> | <div class="required unite min_title inline fields" style="width: 90%;"> | ||||
| <label style="font-weight: normal;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_type"}} </label> | <label style="font-weight: normal;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_type"}} </label> | ||||
| <div class="field" style="flex: 1.5;"> | <div class="field" style="flex: 1.5;"> | ||||
| <select class="ui dropdown width" id="benchmark_types_id" > | |||||
| <select class="ui dropdown width" 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}} | ||||
| @@ -99,7 +99,7 @@ | |||||
| </div> | </div> | ||||
| <label style="font-weight: normal;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_child_type"}} </label> | <label style="font-weight: normal;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_child_type"}} </label> | ||||
| <div class="field" style="flex: 2;" id="engine_name"> | <div class="field" style="flex: 2;" id="engine_name"> | ||||
| <select class="ui dropdown width" id="benchmark_child_types_id" style='width: 100%;' name="benchmark_child_types"> | |||||
| <select class="ui dropdown width" id="benchmark_child_types_id" style='width: 100%;' name="benchmark_child_types_id"> | |||||
| </select> | </select> | ||||