From c4554b99eb1c2f871dd1aa5a7386b48e474e0ddc Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Thu, 27 Oct 2022 15:50:46 +0800 Subject: [PATCH] fix issue --- templates/repo/cloudbrain/benchmark/new.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/repo/cloudbrain/benchmark/new.tmpl b/templates/repo/cloudbrain/benchmark/new.tmpl index cec71ae99..03583779e 100755 --- a/templates/repo/cloudbrain/benchmark/new.tmpl +++ b/templates/repo/cloudbrain/benchmark/new.tmpl @@ -32,7 +32,9 @@
{{template "repo/header" .}}
- {{template "base/alert" .}} + {{if eq .NotStopTaskCount 0}} + {{template "base/alert" .}} + {{end}} {{template "custom/alert_cb" .}}

{{.i18n.Tr "repo.modelarts.evaluate_job.new_job"}}