Browse Source

Merge branch 'V20220110' into fix-1156

tags/v1.22.1.1^2
zhoupzh 3 years ago
parent
commit
f748ab74c5
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