Browse Source

Merge pull request '切换页面时更新云脑任务状态' (#451) from fix-377 into V20210927

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/451
tags/v1.21.9.2
ychao_1983 4 years ago
parent
commit
2a7ed9d9db
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      templates/repo/cloudbrain/index.tmpl

+ 1
- 0
templates/repo/cloudbrain/index.tmpl View File

@@ -442,6 +442,7 @@

// 加载任务状态
var timeid = window.setInterval(loadJobStatus, 15000);
$(document).ready(loadJobStatus);
function loadJobStatus() {
$(".job-status").each((index, job) => {
const jobID = job.dataset.jobid;


Loading…
Cancel
Save