diff --git a/routers/repo/modelarts.go b/routers/repo/modelarts.go index 4943b4cf35..c292f0d314 100755 --- a/routers/repo/modelarts.go +++ b/routers/repo/modelarts.go @@ -149,7 +149,7 @@ func NotebookCreate(ctx *context.Context, form auth.CreateModelArtsNotebookForm) ctx.RenderWithErr(err.Error(), tplModelArtsNotebookNew, &form) return } - ctx.Redirect(setting.AppSubURL + ctx.Repo.RepoLink + "/debugjob") + ctx.Redirect(setting.AppSubURL + ctx.Repo.RepoLink + "/debugjob?debugListType=all") } func NotebookShow(ctx *context.Context) {