Browse Source

提交代码。

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

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

@@ -90,7 +90,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"}}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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="trainjob_engines" > <select class="ui dropdown width" id="trainjob_engines" >
{{range .engines}} {{range .engines}}
@@ -98,7 +98,7 @@
{{end}} {{end}}
</select> </select>
</div> </div>
<label style="font-weight: normal;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_child_type"}}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</label>
<label style="font-weight: normal;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_child_type"}}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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="trainjob_engine_versions" style='width: 100%;' name="engine_id"> <select class="ui dropdown width" id="trainjob_engine_versions" style='width: 100%;' name="engine_id">
{{range .engine_versions}} {{range .engine_versions}}
@@ -111,7 +111,7 @@
</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"}}&nbsp;&nbsp;&nbsp;</label>
<select class="ui dropdown width80" id="trainjob_datasets" name="attachment" placeholder="选择镜像"> <select class="ui dropdown width80" id="trainjob_datasets" name="attachment" placeholder="选择镜像">
{{if $.uuid}} {{if $.uuid}}
<option name="attachment" value="{{$.uuid}}">{{$.datasetName}}</option> <option name="attachment" value="{{$.uuid}}">{{$.datasetName}}</option>


Loading…
Cancel
Save