Browse Source

Merge pull request '解决云脑1调试调用api错误' (#1551) from fix-1541 into V20220228

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/1551
Reviewed-by: lewis <747342561@qq.com>
pull/1553/head
lewis 3 years ago
parent
commit
0550fd7b92
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

@@ -293,7 +293,7 @@
</div> </div>
<div class="two wide column text center"> <div class="two wide column text center">
<!--任务状态 --> <!--任务状态 -->
<span class="job-status" id="{{.JobID}}" data-repopath="{{$.RepoRelPath}}{{if eq .ComputeResource "CPU/GPU"}}/cloudbrain{{else}}/modelarts/notebook{{end}}" data-jobid="{{.JobID}}" data-resource="{{.ComputeResource}}">
<span class="job-status" id="{{.JobID}}" data-repopath="{{$.RepoRelPath}}{{if eq .ComputeResource "CPU/GPU"}}/cloudbrain{{else}}/modelarts/notebook{{end}}" data-jobid="{{if eq .ComputeResource "CPU/GPU"}}{{.JobName}}{{else}}{{.JobID}}{{end}}" data-resource="{{.ComputeResource}}">
<span><i id="{{.JobID}}-icon" style="vertical-align: middle;" class="{{.Status}}"></i><span id="{{.JobID}}-text" style="margin-left: 0.4em;font-size: 12px;">{{.Status}}</span></span> <span><i id="{{.JobID}}-icon" style="vertical-align: middle;" class="{{.Status}}"></i><span id="{{.JobID}}-text" style="margin-left: 0.4em;font-size: 12px;">{{.Status}}</span></span>
</span> </span>
</div> </div>


Loading…
Cancel
Save