Skip to content

Commit b33cb5e

Browse files
committed
fix
1 parent 51cc0e7 commit b33cb5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

routers/web/shared/actions/runners.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ func Runners(ctx *context.Context) {
162162
ctx.Data["AllowBulkActions"] = rCtx.IsAdmin
163163

164164
pager := context.NewPagination(count, opts.PageSize, opts.Page, 5)
165+
pager.AddParamFromQuery(ctx.Req.URL.Query())
165166

166167
ctx.Data["Page"] = pager
167168

0 commit comments

Comments
 (0)