|
|
|
@@ -1470,7 +1470,7 @@ func CloudBrainTrainJobDel(ctx *context.Context) { |
|
|
|
if ctx.IsUserSiteAdmin() && isAdminPage == "true" { |
|
|
|
ctx.Redirect(setting.AppSubURL + "/admin" + "/cloudbrains") |
|
|
|
} else { |
|
|
|
ctx.Redirect(setting.AppSubURL + ctx.Repo.RepoLink + "/modelarts/train-job?debugListType=" + listType) |
|
|
|
ctx.Redirect(setting.AppSubURL + ctx.Repo.RepoLink + "/modelarts/train-job?listType=" + listType) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|