Browse Source

Merge pull request '更多按钮样式异常问题' (#1226) from fix-1218 into V20211228

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/1226
Reviewed-by: wangjr <wangjr@pcl.ac.cn>
tags/v1.21.12.2^2
wangjr 3 years ago
parent
commit
cf8690e408
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      templates/repo/debugjob/index.tmpl

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

@@ -402,13 +402,13 @@
<a class="ui basic disabled button">{{$.i18n.Tr "repo.download"}}</a>
{{end}}
</div>
<div class="item" style="padding: 0 !important;">
{{if and (ne .Status "WAITING") (ne .JobType "DEBUG") (eq .Cloudbrain.Type 0)}}
{{if and (ne .JobType "DEBUG") (eq .Cloudbrain.Type 0)}}
<div class="item" style="padding: 0 !important;">
<a class="ui basic blue button" href="{{$.RepoLink}}/cloudbrain/{{.JobID}}/rate" target="_blank">
评分
</a>
{{end}}
</div>
{{end}}
</div>
</div>


Loading…
Cancel
Save