This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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
#2699,数据集显示问题。
Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2727/head
zouap
2 years ago
parent
69b58ea951
commit
06264f355a
2 changed files
with
32 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
templates/repo/cloudbrain/trainjob/show.tmpl
+16
-0
templates/repo/modelarts/trainjob/show.tmpl
+ 16
- 0
templates/repo/cloudbrain/trainjob/show.tmpl
View File
@@ -464,6 +464,22 @@
</table>
</div>
</div>
<div style="clear:both">
<table style="border:none" class="ui fixed small stackable table">
<thead>
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">数据集文件</th>
</tr></thead>
<tbody>
{{range $m ,$n := $.datasetDownload}}
<tr>
<td style="word-wrap: break-word;word-break: break-all;"><a href="{{.RepositoryLink}}" target="_blank">{{.DatasetName}}</a></td>
</tr>
{{end}}
</tbody>
</table>
</div>
</div>
</div>
+ 16
- 0
templates/repo/modelarts/trainjob/show.tmpl
View File
@@ -490,6 +490,22 @@
</table>
</div>
</div>
<div style="clear:both">
<table style="border:none" class="ui fixed small stackable table">
<thead>
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">数据集文件</th>
</tr></thead>
<tbody>
{{range $m ,$n := $.datasetDownload}}
<tr>
<td style="word-wrap: break-word;word-break: break-all;"><a href="{{.RepositoryLink}}" target="_blank">{{.DatasetName}}</a></td>
</tr>
{{end}}
</tbody>
</table>
</div>
</div>
</div>
Write
Preview
Loading…
Cancel
Save