This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
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
6877aac0d7
edb92e370e
commit
0550fd7b92
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/repo/debugjob/index.tmpl
+ 1
- 1
templates/repo/debugjob/index.tmpl
View File
@@ -293,7 +293,7 @@
</div>
<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>
</div>
Write
Preview
Loading…
Cancel
Save