This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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 '解决issue-1982' (
#2008
) from fix-1982 into V20220428
Reviewed-on:
https://git.openi.org.cn/OpenI/aiforge/pulls/2008
Reviewed-by: liuzx <liuzx@pcl.ac.cn>
tags/v1.22.4.2^2
liuzx
3 years ago
parent
e1ba7b55f7
5bce1c0cb7
commit
e428e3e1d6
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
routers/repo/modelarts.go
+ 3
- 0
routers/repo/modelarts.go
View File
@@ -51,6 +51,9 @@ const (
func DebugJobIndex(ctx *context.Context) {
listType := ctx.Query("debugListType")
if listType == "" {
listType = models.AllResource
}
ctx.Data["ListType"] = listType
MustEnableCloudbrain(ctx)
repo := ctx.Repo.Repository
Write
Preview
Loading…
Cancel
Save