|
|
@@ -152,7 +152,7 @@ function getTaskLink(record){ |
|
|
|
if(record.OpType == 24){ |
|
|
|
return re + "/datasets?type=" + record.Content; |
|
|
|
}else if(record.OpType == 25){ |
|
|
|
return re + "/cloudbrain/" + record.Content; |
|
|
|
return re + "/cloudbrain/" + record.RefName; |
|
|
|
}else if(record.OpType == 26){ |
|
|
|
return re + "/modelarts/notebook/" + record.Content; |
|
|
|
}else if(record.OpType == 27){ |
|
|
@@ -160,7 +160,7 @@ function getTaskLink(record){ |
|
|
|
}else if(record.OpType == 28){ |
|
|
|
return re + "/modelarts/inference-job/" + record.Content; |
|
|
|
}else if(record.OpType == 29){ |
|
|
|
return re + "/cloudbrain/benchmark/" + record.Content; |
|
|
|
return re + "/cloudbrain/benchmark/" + record.RefName; |
|
|
|
}else if(record.OpType == 30){ |
|
|
|
return re + "/modelmanage/show_model_info?name=" + record.RefName; |
|
|
|
} |
|
|
|