Browse Source

fix issue

pull/3437/head
zhoupzh 2 years ago
parent
commit
2b7eda3ef4
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      templates/repo/cloudbrain/inference/show.tmpl
  2. +1
    -1
      templates/repo/modelarts/inferencejob/show.tmpl

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

@@ -379,7 +379,7 @@
</div>
<a id="{{.VersionName}}-result-down" style="padding-right: 1%;display: none;"
class='{{if $.canDownload}}ti-download-file{{else}}disabled{{end}} file-info'
href="{{$.RepoLink}}/cloudbrain/inference-job/{{.JobID}}/download_multi_model?version_name={{.VersionName}}">
href="{{$.RepoLink}}/cloudbrain/inference-job/{{.JobID}}/downloadall?version_name={{.VersionName}}">
<i class="ri-download-cloud-2-line"></i>
<span style="margin-left: 0.3rem;">{{$.i18n.Tr "repo.all_result_download"}}</span>
</a>


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

@@ -361,7 +361,7 @@
</div>
<a id="{{.VersionName}}-result-down" style="padding-right: 1%;display: none;"
class='{{if $.canDownload}}ti-download-file{{else}}disabled{{end}} file-info'
href="{{$.RepoLink}}/modelarts/inference-job/{{.JobID}}/download_multi_model?version_name={{.VersionName}}">
href="{{$.RepoLink}}/modelarts/inference-job/{{.JobID}}/downloadall?version_name={{.VersionName}}">
<i class="ri-download-cloud-2-line"></i>
<span style="margin-left: 0.3rem;">{{$.i18n.Tr "repo.all_result_download"}}</span>
</a>


Loading…
Cancel
Save