Browse Source

#2586

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.8.1^2
zouap 3 years ago
parent
commit
346ffa3c02
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/repo/modelmanage/showinfo.tmpl

+ 2
- 2
templates/repo/modelmanage/showinfo.tmpl View File

@@ -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)


Loading…
Cancel
Save