Browse Source

提交代码,显示数据集样式修改。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2727/head
zouap 2 years ago
parent
commit
73eca2d3c7
1 changed files with 9 additions and 7 deletions
  1. +9
    -7
      templates/repo/modelarts/trainjob/show.tmpl

+ 9
- 7
templates/repo/modelarts/trainjob/show.tmpl View File

@@ -496,13 +496,15 @@
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">数据集文件</th> <tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">数据集文件</th>
</tr></thead> </tr></thead>
<tbody> <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}}

{{range $m ,$n := $.datasetList}}
{{if eq $k $m}}
{{range $f ,$g := $n}}
<tr>
<td style="word-wrap: break-word;word-break: break-all;"><a href="{{.RepositoryLink}}" target="_blank">{{.DatasetName}}</a></td>
</tr>
{{end}}
{{end}}
{{end}}
</tbody> </tbody>
</table> </table>
</div> </div>


Loading…
Cancel
Save