Browse Source

Merge pull request 'fix-255' (#450) from fix-255 into V20210927

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/450
Reviewed-by: lewis <747342561@qq.com>
tags/v1.21.12.1
lewis 4 years ago
parent
commit
1a3e78a2cb
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