Browse Source

Merge branch 'fix-jobname' of https://git.openi.org.cn/OpenI/aiforge into fix-jobname

pull/1606/head
liuzx 3 years ago
parent
commit
fd5f847df1
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      web_src/js/features/cloudrbanin.js

+ 0
- 1
web_src/js/features/cloudrbanin.js View File

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


Loading…
Cancel
Save