Browse Source

add get_benchmark_category

tags/v1.21.12.1
Gitea 4 years ago
parent
commit
7647542ab4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/repo/cloudbrain/new.tmpl

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

@@ -126,9 +126,9 @@

<div class="inline required field cloudbrain_benchmark">
<label style="vertical-align: top; margin-top:9px">数据集类别</label>
<select class="ui search dropdown" multiple="multiple" id="cloudbrain_benchmark_category" style='width:385px' name="benchmark_category">
<select class="ui search dropdown" multiple="multiple" id="cloudbrain_benchmark_category" style='width:385px'>
{{range .benchmark_categories}}
<option name="benchmark_category" value="{{.Value}}">{{.Value}}</option>
<option value="{{.Value}}">{{.Value}}</option>
{{end}}
</select>
</div>


Loading…
Cancel
Save