Browse Source

Merge pull request 'fix-1067' (#1198) from fix-1067 into V20211228

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/1198
Reviewed-by: wangjr <wangjr@pcl.ac.cn>
pull/1202/head
wangjr 3 years ago
parent
commit
d251828a57
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