Browse Source

fix issue

tags/V1.22.3.1^2
zhoupzh 3 years ago
parent
commit
0edbb7188f
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