Browse Source

Merge pull request '游客状态下其余状态显示置灰调试' (#1260) from fix-1215 into V20220110

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/1260
Reviewed-by: wangjr <wangjr@pcl.ac.cn>
pull/1270/head
zhoupzh 3 years ago
parent
commit
1a659dc165
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/debugjob/index.tmpl

+ 1
- 1
templates/repo/debugjob/index.tmpl View File

@@ -331,7 +331,7 @@
</a>
{{end}}
{{else}}
{{if eq .Status "RUNNING"}}
{{if eq .Status "RUNNING" "WAITING" "CREATING" "STARTING"}}
<a class="ui basic disabled button">
{{$.i18n.Tr "repo.debug"}}
</a>


Loading…
Cancel
Save