Browse Source

#1982

fix bug
fix-1982
chenyifan01 3 years ago
parent
commit
82c591c4a8
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