Browse Source

fix issue

tags/v1.21.12.2^2
zhoupzh 3 years ago
parent
commit
65aa7e86a5
1 changed files with 9 additions and 4 deletions
  1. +9
    -4
      templates/repo/debugjob/index.tmpl

+ 9
- 4
templates/repo/debugjob/index.tmpl View File

@@ -334,10 +334,15 @@
</a>
{{end}}
{{else}}
<a class="ui basic disabled button">
{{$.i18n.Tr "repo.debug_again"}}
</a>
{{if eq .Status "RUNNING"}}
<a class="ui basic disabled button">
{{$.i18n.Tr "repo.debug"}}
</a>
{{else}}
<a class="ui basic disabled button">
{{$.i18n.Tr "repo.debug_again"}}
</a>
{{end}}
{{end}}
</form>


Loading…
Cancel
Save