Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1586/head
zouap 3 years ago
parent
commit
2fb2f834d9
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      templates/repo/cloudbrain/benchmark/new.tmpl

+ 2
- 1
templates/repo/cloudbrain/benchmark/new.tmpl View File

@@ -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>


Loading…
Cancel
Save