Browse Source

fix bug

tags/v1.21.12.1
zhoupzh 4 years ago
parent
commit
8b8c6d4618
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/modelarts/new.tmpl

+ 1
- 1
templates/repo/modelarts/new.tmpl View File

@@ -120,7 +120,7 @@
<input type="text" list="cloudbrain_dataset" placeholder="选择数据集" name="" id="answerInput" autofocus maxlength="36">
<datalist id="cloudbrain_dataset" class="ui search" style='width:385px' name="attachment">
{{range .attachments}}
<option name="attachment" value="{{.UUID}}">{{.Attachment.Name}}</option>
<option name="attachment" data-value="{{.UUID}}">{{.Attachment.Name}}</option>
{{end}}
</datalist>
<input type="hidden" name="attachment" id="answerInput-hidden">


Loading…
Cancel
Save