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