This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
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.9.2
lewis
4 years ago
parent
8f68ec334f
09d89ed722
commit
01cd7975d6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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">
Write
Preview
Loading…
Cancel
Save