mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-30 09:39:40 +09:00
fix: add missing query parameters on runner list page (#39163)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user