|
|
@@ -171,7 +171,6 @@ export default async function initCloudrain() { |
|
|
|
stopVersion(versionName,ID,repoPath) |
|
|
|
}) |
|
|
|
function getModelInfo(repoPath,modelName,versionName,jobName){ |
|
|
|
console.log("getModelInfo") |
|
|
|
$.get(`${repoPath}/modelmanage/show_model_info_api?name=${modelName}`,(data)=>{ |
|
|
|
if(data.length===0){ |
|
|
|
$(`#${jobName}`).popup('toggle') |
|
|
|