Browse Source

dataset select

tags/v1.21.12.1
yuyuanshifu 5 years ago
parent
commit
7fd9a37fa4
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      templates/repo/modelarts/new.tmpl

+ 2
- 3
templates/repo/modelarts/new.tmpl View File

@@ -114,13 +114,12 @@

<div class="inline required field">
<label>数据集</label>
<input name="attachment" id="cloudbrain_attachment" value="019fd24e-4ef7-41cc-9f85-4a7b8504d958" tabindex="3" autofocus required maxlength="255" readonly="readonly">
<!--<select id="cloudbrain_dataset" class="ui search dropdown" placeholder="选择数据集" style='width:385px' name="attachment">
<select id="cloudbrain_dataset" class="ui search dropdown" placeholder="选择数据集" style='width:385px' name="attachment">
{{range .attachments}}
<option name="attachment" value="{{.UUID}}">{{.Attachment.Name}}</option>

{{end}}
</select>-->
</select>
</div>

<div class="inline required field">


Loading…
Cancel
Save