diff --git a/routers/web/shared/actions/runners.go b/routers/web/shared/actions/runners.go index 21a2bb8fc1d..852f87bc75f 100644 --- a/routers/web/shared/actions/runners.go +++ b/routers/web/shared/actions/runners.go @@ -162,6 +162,7 @@ func Runners(ctx *context.Context) { ctx.Data["AllowBulkActions"] = rCtx.IsAdmin pager := context.NewPagination(count, opts.PageSize, opts.Page, 5) + pager.AddParamFromQuery(ctx.Req.URL.Query()) ctx.Data["Page"] = pager