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