Browse Source

opt

pull/1405/head
lewis 3 years ago
parent
commit
d96f2de723
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/cloudbrain.go

+ 1
- 1
routers/repo/cloudbrain.go View File

@@ -1020,7 +1020,7 @@ func CloudBrainBenchmarkIndex(ctx *context.Context) {
}

pager := context.NewPagination(int(count), setting.UI.IssuePagingNum, page, 5)
pager.AddParam(ctx, "debugListType", "ListType")
ctx.Data["Page"] = pager
ctx.Data["PageIsCloudBrain"] = true
ctx.Data["Tasks"] = ciTasks


Loading…
Cancel
Save