Browse Source

#2586

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.8.1^2
zouap 3 years ago
parent
commit
bc17f9a9c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/modelarts/trainjob/show.tmpl

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

@@ -460,7 +460,7 @@


<td class="ti-text-form-content"> <td class="ti-text-form-content">
<div class="text-span text-span-w"> <div class="text-span text-span-w">
{{range $m ,$n := $.datasetDownload}}
{{range $m ,$n := $.datasetList}}
{{if eq $k $m}} {{if eq $k $m}}
{{range $f ,$g := $n}} {{range $f ,$g := $n}}
<a href="{{.RepositoryLink}}">{{.DatasetName}}</a> <a href="{{.RepositoryLink}}">{{.DatasetName}}</a>


Loading…
Cancel
Save