This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request '提交代码,解决下拉框无数据时一直在转圈圈。' (
#2327
) from zouap into V20220616.patch
Reviewed-on:
https://git.openi.org.cn/OpenI/aiforge/pulls/2327
Reviewed-by: lewis <747342561@qq.com>
tags/v1.22.6.2
lewis
3 years ago
parent
48281e60cc
7fa3e13da5
commit
0585436a01
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
templates/repo/modelmanage/index.tmpl
+ 2
- 0
templates/repo/modelmanage/index.tmpl
View File
@@ -277,6 +277,8 @@
$('#choice_model .default.text').text(data[0].DisplayJobName)
$('#choice_model input[name="JobId"]').val(data[0].JobID)
loadTrainVersion()
}else{
$(".ui.dropdown.selection.search.width83").removeClass("loading")
}
})
}
Write
Preview
Loading…
Cancel
Save