Browse Source

modelarts

tags/v1.21.9.2
lewis 4 years ago
parent
commit
2ca98faf0a
1 changed files with 1 additions and 0 deletions
  1. +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;


Loading…
Cancel
Save