|
|
@@ -149,7 +149,7 @@ func NotebookCreate(ctx *context.Context, form auth.CreateModelArtsNotebookForm) |
|
|
ctx.RenderWithErr(err.Error(), tplModelArtsNotebookNew, &form) |
|
|
ctx.RenderWithErr(err.Error(), tplModelArtsNotebookNew, &form) |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
ctx.Redirect(setting.AppSubURL + ctx.Repo.RepoLink + "/debugjob") |
|
|
|
|
|
|
|
|
ctx.Redirect(setting.AppSubURL + ctx.Repo.RepoLink + "/debugjob?debugListType=all") |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func NotebookShow(ctx *context.Context) { |
|
|
func NotebookShow(ctx *context.Context) { |
|
|
|