diff --git a/templates/repo/cloudbrain/inference/show.tmpl b/templates/repo/cloudbrain/inference/show.tmpl
index 629de575e..c900bf908 100644
--- a/templates/repo/cloudbrain/inference/show.tmpl
+++ b/templates/repo/cloudbrain/inference/show.tmpl
@@ -294,7 +294,6 @@
- {{if $.datasetDownload}}
{{$.i18n.Tr "dataset.file"}} |
@@ -315,7 +314,6 @@
---|
- {{end}}
diff --git a/templates/repo/grampus/notebook/show.tmpl b/templates/repo/grampus/notebook/show.tmpl
index 8f0ea5c5c..3768e9f06 100644
--- a/templates/repo/grampus/notebook/show.tmpl
+++ b/templates/repo/grampus/notebook/show.tmpl
@@ -373,7 +373,7 @@
{{end}}
- {{if and (eq .ComputeResource "NPU") ($.modelDownload)}}
+ {{if and (eq .ComputeResource "NPU") ($.modelDownload.Name)}}
diff --git a/templates/repo/grampus/trainjob/show.tmpl b/templates/repo/grampus/trainjob/show.tmpl
index 3d61282af..7fbb6c416 100755
--- a/templates/repo/grampus/trainjob/show.tmpl
+++ b/templates/repo/grampus/trainjob/show.tmpl
@@ -308,7 +308,6 @@
- {{if $.datasetDownload}}
{{$.i18n.Tr "dataset.file"}} |
@@ -327,7 +326,6 @@
{{end}}
---|
- {{end}}
diff --git a/templates/repo/modelarts/inferencejob/show.tmpl b/templates/repo/modelarts/inferencejob/show.tmpl
index abe0bc8d2..1f2e1a5c8 100644
--- a/templates/repo/modelarts/inferencejob/show.tmpl
+++ b/templates/repo/modelarts/inferencejob/show.tmpl
@@ -278,7 +278,6 @@
- {{if $.datasetDownload}}
{{$.i18n.Tr "dataset.file"}} |
@@ -300,7 +299,6 @@
---|
- {{end}}
diff --git a/templates/repo/modelarts/notebook/show.tmpl b/templates/repo/modelarts/notebook/show.tmpl
index bff0bd231..293c0bfbc 100755
--- a/templates/repo/modelarts/notebook/show.tmpl
+++ b/templates/repo/modelarts/notebook/show.tmpl
@@ -270,7 +270,7 @@
{{end}}
- {{if $.modelDownload}}
+ {{if $.modelDownload.Name}}
diff --git a/templates/repo/modelarts/trainjob/version_new.tmpl b/templates/repo/modelarts/trainjob/version_new.tmpl
index cb616a790..b35ec5f35 100644
--- a/templates/repo/modelarts/trainjob/version_new.tmpl
+++ b/templates/repo/modelarts/trainjob/version_new.tmpl
@@ -13,6 +13,11 @@
.width48{
width: 48.5% !important;
}
+.width85{
+ width: 85% !important;
+ margin-left: 10.5rem !important;
+ align-items: center;
+}
{{template "custom/global_mask" .}}