Browse Source

#2699,数据集显示问题。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2727/head
zouap 2 years ago
parent
commit
06264f355a
2 changed files with 32 additions and 0 deletions
  1. +16
    -0
      templates/repo/cloudbrain/trainjob/show.tmpl
  2. +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>


Loading…
Cancel
Save