| @@ -95,29 +95,26 @@ | |||||
| </select> | </select> | ||||
| </div> | </div> | ||||
| <div class="required unite min_title inline fields" style="width: 90%;"> | |||||
| <label style="font-weight: normal;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_type"}} </label> | |||||
| <div class="field" style="flex: 1.5;"> | |||||
| <select class="ui dropdown width" id="benchmark_types_id" name="benchmark_types_id" > | |||||
| <div class="required unite inline min_title fields" style="width: 90%;"> | |||||
| <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" > | |||||
| {{range .benchmark_types}} | {{range .benchmark_types}} | ||||
| <option value="{{.Id}}">{{.First}}</option> | <option value="{{.Id}}">{{.First}}</option> | ||||
| {{end}} | {{end}} | ||||
| </select> | </select> | ||||
| </div> | |||||
| <div class="field" style="flex: 2;" id="engine_name"> | |||||
| </div> | |||||
| <div class="eight wide field" id="engine_name"> | |||||
| <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> | ||||
| <select class="ui dropdown width" id="benchmark_child_types_id" style='width: 100%;' name="benchmark_child_types_id"> | <select class="ui dropdown width" id="benchmark_child_types_id" style='width: 100%;' name="benchmark_child_types_id"> | ||||
| </select> | </select> | ||||
| </div> | |||||
| </div> | |||||
| </div> | </div> | ||||
| <div class="required unite min_title inline field"> | <div class="required unite min_title inline field"> | ||||
| <label style="font-weight: normal;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_mirror"}}</label> | <label style="font-weight: normal;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_mirror"}}</label> | ||||
| <span> </span> | |||||
| <span> </span> | |||||
| <input type="text" list="cloudbrain_image" placeholder="选择镜像" name="image" class="required autofocus" style='width:385px;' maxlength="254"> | <input type="text" list="cloudbrain_image" placeholder="选择镜像" name="image" class="required autofocus" style='width:385px;' maxlength="254"> | ||||
| <i class="times circle outline icon icons" style="visibility: hidden;" onclick="clearValue()"></i> | <i class="times circle outline icon icons" style="visibility: hidden;" onclick="clearValue()"></i> | ||||
| <datalist class="ui search" id="cloudbrain_image" style='width:385px;' name="image"> | <datalist class="ui search" id="cloudbrain_image" style='width:385px;' name="image"> | ||||