diff --git a/templates/custom/task_wait_count.tmpl b/templates/custom/task_wait_count.tmpl
new file mode 100644
index 000000000..74d1060ce
--- /dev/null
+++ b/templates/custom/task_wait_count.tmpl
@@ -0,0 +1,25 @@
+
+
+
+ {{.i18n.Tr "repo.wait_count_start"}} {{.WaitCount}} {{.i18n.Tr "repo.wait_count_end"}}
+
+
+
diff --git a/templates/repo/cloudbrain/benchmark/new.tmpl b/templates/repo/cloudbrain/benchmark/new.tmpl
index 7c7bee0da..0d85c8615 100755
--- a/templates/repo/cloudbrain/benchmark/new.tmpl
+++ b/templates/repo/cloudbrain/benchmark/new.tmpl
@@ -51,9 +51,12 @@
{{.i18n.Tr "repo.cloudbrain.benchmark.model"}}
- {{template "custom/wait_count_train" Dict "ctx" $ "type" .benchmark_gpu_types}}
+
+
+ {{template "custom/task_wait_count" .}}
+
{{.i18n.Tr "repo.cloudbrain.benchmark.model"}}
- {{template "custom/wait_count_train" Dict "ctx" $ "type" .benchmark_gpu_types}}
+
+
+ {{template "custom/task_wait_count" .}}
+
Ascend NPU
- {{template "custom/wait_count_train" Dict "ctx" $ "type" .inference_gpu_types}}
+
+
+
+ {{template "custom/task_wait_count" .}}
diff --git a/templates/repo/cloudbrain/new.tmpl b/templates/repo/cloudbrain/new.tmpl
index f1c59550f..94e7ba5a7 100755
--- a/templates/repo/cloudbrain/new.tmpl
+++ b/templates/repo/cloudbrain/new.tmpl
@@ -25,7 +25,7 @@
{{template "base/alert" .}}
-
- {{template "custom/wait_count" .}}
+
+
+
+
+ {{template "custom/task_wait_count" .}}
diff --git a/templates/repo/cloudbrain/trainjob/new.tmpl b/templates/repo/cloudbrain/trainjob/new.tmpl
index 8fa599eba..0383e7c7a 100755
--- a/templates/repo/cloudbrain/trainjob/new.tmpl
+++ b/templates/repo/cloudbrain/trainjob/new.tmpl
@@ -116,7 +116,10 @@
Ascend NPU
- {{template "custom/wait_count_train" Dict "ctx" $ "type" .train_gpu_types}}
+
+
+
+ {{template "custom/task_wait_count" .}}
@@ -252,7 +255,7 @@
-
diff --git a/templates/repo/grampus/trainjob/gpu/new.tmpl b/templates/repo/grampus/trainjob/gpu/new.tmpl
index 6dd928f65..6ed44196d 100755
--- a/templates/repo/grampus/trainjob/gpu/new.tmpl
+++ b/templates/repo/grampus/trainjob/gpu/new.tmpl
@@ -30,7 +30,9 @@
.width81{
width: 81% !important;
}
-
+.width48{
+ width: 48.5% !important;
+}
.add{font-size: 18px;
padding: 0.5rem;
border: 1px solid rgba(187, 187, 187, 100);
@@ -105,7 +107,10 @@
Ascend NPU
- {{template "custom/wait_count_train" Dict "ctx" $}}
+
+
+
+ {{template "custom/task_wait_count" .}}
@@ -174,8 +179,7 @@
-
-
+
+
+
+
@@ -212,6 +220,7 @@
{{template "base/footer" .}}
+
\ No newline at end of file
diff --git a/templates/repo/grampus/trainjob/npu/new.tmpl b/templates/repo/grampus/trainjob/npu/new.tmpl
index 76bb572f0..6e11f3602 100755
--- a/templates/repo/grampus/trainjob/npu/new.tmpl
+++ b/templates/repo/grampus/trainjob/npu/new.tmpl
@@ -25,7 +25,9 @@
.width81{
width: 81% !important;
}
-
+.width48 {
+ width: 48.5% !important;
+}
.add{font-size: 18px;
padding: 0.5rem;
border: 1px solid rgba(187, 187, 187, 100);
@@ -99,9 +101,11 @@
Ascend NPU
- {{template "custom/wait_count_train" Dict "ctx" $}}
-
+
+
+ {{template "custom/task_wait_count" .}}
+
@@ -187,7 +191,7 @@
-
+
+
+
+
@@ -238,6 +246,7 @@
{{template "base/footer" .}}
+
diff --git a/templates/repo/grampus/trainjob/show.tmpl b/templates/repo/grampus/trainjob/show.tmpl
index 728b876b5..8960c13d4 100755
--- a/templates/repo/grampus/trainjob/show.tmpl
+++ b/templates/repo/grampus/trainjob/show.tmpl
@@ -357,7 +357,7 @@
{{$.i18n.Tr "repo.modelarts.train_job.standard"}}
-
+ |
{{.FlavorName}}
@@ -629,8 +629,20 @@
{{template "base/footer" .}}
-
+
|