Browse Source

fix issue

tags/v1.22.12.1^2
zhoupzh 3 years ago
parent
commit
d61f39cd0b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      templates/repo/grampus/notebook/show.tmpl
  2. +1
    -1
      templates/repo/modelarts/notebook/show.tmpl

+ 1
- 1
templates/repo/grampus/notebook/show.tmpl View File

@@ -219,7 +219,7 @@
</td>
<td class="ti-text-form-content">
<div class="text-span text-span-w" id="{{.VersionName}}-ai_center">
{{if .AiCenter}}{{.AiCenter}}{{else}}--{{end}}
{{if $.AiCenter}}{{$.AiCenter}}{{else}}--{{end}}
</div>
</td>
</tr>


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

@@ -232,7 +232,7 @@
{{if eq .IsDelete true}}
{{.DatasetName}}({{$.i18n.Tr "dataset.file_deleted"}})
{{else}}
<a href="{{.RepositoryLink}}" target="_blank">{{.DatasetName}}</a>
<a href="{{$.RepositoryLink}}" target="_blank">{{.DatasetName}}</a>
{{end}}
</td>
<td><div class="dataset_nowrap_two_line">{{.DatasetDownloadLink}}</div></td>


Loading…
Cancel
Save