|
|
@@ -591,7 +591,7 @@ func CloudBrainDel(ctx *context.Context) { |
|
|
if ctx.IsUserSiteAdmin() && isAdminPage == "true" { |
|
|
if ctx.IsUserSiteAdmin() && isAdminPage == "true" { |
|
|
ctx.Redirect(setting.AppSubURL + "/admin" + "/cloudbrains") |
|
|
ctx.Redirect(setting.AppSubURL + "/admin" + "/cloudbrains") |
|
|
} else { |
|
|
} else { |
|
|
ctx.Redirect(setting.AppSubURL + ctx.Repo.RepoLink + "/debugjob?debugListType=all") |
|
|
|
|
|
|
|
|
ctx.Redirect(setting.AppSubURL + ctx.Repo.RepoLink + "/debugjob?debugListType=" + listType) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|