From d8c53fd71cdb2463b1e08438670c57c26f01cb13 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Mon, 18 Jul 2022 09:00:35 +0800 Subject: [PATCH 01/11] fix issue --- templates/repo/modelarts/inferencejob/show.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/repo/modelarts/inferencejob/show.tmpl b/templates/repo/modelarts/inferencejob/show.tmpl index 78a319747..0128a3e67 100644 --- a/templates/repo/modelarts/inferencejob/show.tmpl +++ b/templates/repo/modelarts/inferencejob/show.tmpl @@ -454,7 +454,7 @@ td, th { class='{{if and (.CanModify) (eq .Status "KILLED" "FAILED" "START_FAILED" "STOPPED" "COMPLETED") }}ti-download-file{{else}}disabled{{end}}' href="{{$.RepoLink}}/modelarts/train-job/{{.JobID}}/download_log_file?version_name={{.VersionName}}"> - {{$.i18n.Tr "repo.modelarts.download_log"}}{{.CanModify}} + {{$.i18n.Tr "repo.modelarts.download_log"}} @@ -507,7 +507,6 @@ td, th { {{template "base/footer" .}}