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
commit
e428e3e1d6
1 changed files with 3 additions and 0 deletions
  1. +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


Loading…
Cancel
Save