Browse Source

#2699,数据集显示问题。

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

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

@@ -423,19 +423,7 @@
</td>
</tr>

<tr class="ti-no-ng-animate">
<td class="ti-no-ng-animate ti-text-form-label text-width80">
{{$.i18n.Tr "repo.modelarts.train_job.train_dataset"}}
</td>

<td class="ti-text-form-content">
<div class="text-span text-span-w">
{{range $m ,$n := $.datasetDownload}}
<a href="{{.RepositoryLink}}" target="_blank">{{.DatasetName}}</a>
{{end}}
</div>
</td>
</tr>

<tr class="ti-no-ng-animate">
<td class="ti-no-ng-animate ti-text-form-label text-width80">


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

@@ -445,23 +445,7 @@
</div>
</td>
</tr>
<tr class="ti-no-ng-animate">
<td class="ti-no-ng-animate ti-text-form-label text-width80">
{{$.i18n.Tr "repo.modelarts.train_job.train_dataset"}}
</td>

<td class="ti-text-form-content">
<div class="text-span text-span-w">
{{range $m ,$n := $.datasetList}}
{{if eq $k $m}}
{{range $f ,$g := $n}}
<a href="{{.RepositoryLink}}" target="_blank">{{.DatasetName}}</a>
{{end}}
{{end}}
{{end}}
</div>
</td>
</tr>
<tr class="ti-no-ng-animate">
<td class="ti-no-ng-animate ti-text-form-label text-width80">
{{$.i18n.Tr "repo.modelarts.train_job.run_parameter"}}


Loading…
Cancel
Save