#2008 解决issue-1982

Merged
liuzx merged 2 commits from fix-1982 into V20220428 2 years ago
  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