This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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 '切换tab页更新云脑2任务状态' (
#452
) from fix-377 into V20210927
Reviewed-on:
https://git.openi.org.cn/OpenI/aiforge/pulls/452
tags/v1.21.12.1
ychao_1983
4 years ago
parent
e0b79b7d6d
73c6f0eacc
commit
2dc1d7d83d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
templates/repo/modelarts/index.tmpl
+ 1
- 0
templates/repo/modelarts/index.tmpl
View File
@@ -419,6 +419,7 @@
// 加载任务状态
var timeid = window.setInterval(loadJobStatus, 15000);
$(document).ready(loadJobStatus);
function loadJobStatus() {
$(".job-status").each((index, job) => {
const jobID = job.dataset.jobid;
Write
Preview
Loading…
Cancel
Save