|
|
|
@@ -171,12 +171,12 @@ |
|
|
|
<!-- 数据集 --> |
|
|
|
<div class="required unite min_title inline field"> |
|
|
|
<label style="font-weight: normal;">{{.i18n.Tr "repo.modelarts.train_job.dataset"}}</label> |
|
|
|
<select class="ui dropdown width35" id="trainjob_datasets" name="attachment" placeholder="选择数据集" required> |
|
|
|
<select class="ui dropdown width35" id="trainjob_datasets" name="attachment" placeholder="{{.i18n.Tr "cloudbrain.select_dataset"}}" required> |
|
|
|
{{if $.uuid}} |
|
|
|
<option name="attachment" value="{{$.uuid}}">{{$.datasetName}}</option> |
|
|
|
{{end}} |
|
|
|
{{range .attachments}} |
|
|
|
<option value="">选择数据集</option> |
|
|
|
<option value="">{{.i18n.Tr "cloudbrain.select_dataset"}}</option> |
|
|
|
<option name="attachment" value="{{.UUID}}">{{.Attachment.Name}}</option> |
|
|
|
{{end}} |
|
|
|
</select> |
|
|
|
|