Browse Source

fix issue

pull/3082/head
zhoupzh 2 years ago
parent
commit
c4554b99eb
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      templates/repo/cloudbrain/benchmark/new.tmpl

+ 3
- 1
templates/repo/cloudbrain/benchmark/new.tmpl View File

@@ -32,7 +32,9 @@
<div class="repository"> <div class="repository">
{{template "repo/header" .}} {{template "repo/header" .}}
<div class="ui container"> <div class="ui container">
{{template "base/alert" .}}
{{if eq .NotStopTaskCount 0}}
{{template "base/alert" .}}
{{end}}
{{template "custom/alert_cb" .}} {{template "custom/alert_cb" .}}
<h4 class="ui top attached header"> <h4 class="ui top attached header">
{{.i18n.Tr "repo.modelarts.evaluate_job.new_job"}} {{.i18n.Tr "repo.modelarts.evaluate_job.new_job"}}


Loading…
Cancel
Save