|
|
|
@@ -383,9 +383,9 @@ function renderInfo(obj,accObj,id){ |
|
|
|
let href="" |
|
|
|
if(type==1){ |
|
|
|
href=trainJobUrl + "modelarts/train-job/" + obj["CloudBrainJobID"] |
|
|
|
}else if(type==2){ |
|
|
|
}else if(type==0){ |
|
|
|
href=trainJobUrl + "cloudbrain/train-job/" + obj["CloudBrainJobID"] |
|
|
|
}else if(type==3){ |
|
|
|
}else if(type==2){ |
|
|
|
href=trainJobUrl + "grampus/train-job/" + obj["CloudBrainJobID"] |
|
|
|
} |
|
|
|
$(`#DisplayJobNameHref`).attr("href",href) |
|
|
|
|