From e33f112e01d2453f8674c05556944277bf38567b Mon Sep 17 00:00:00 2001 From: jladbrook Date: Tue, 12 Sep 2023 13:26:51 +0100 Subject: resolve issue with sort icons on admin/users and admin/runners (#24360) Fixes #24327 to avoid the sort icon changing the table header over multiple lines and adds missing sort icons on the runners page. --- routers/web/shared/actions/runners.go | 1 + 1 file changed, 1 insertion(+) (limited to 'routers') diff --git a/routers/web/shared/actions/runners.go b/routers/web/shared/actions/runners.go index cab3d78cac..7ff1f3e33f 100644 --- a/routers/web/shared/actions/runners.go +++ b/routers/web/shared/actions/runners.go @@ -53,6 +53,7 @@ func RunnersList(ctx *context.Context, opts actions_model.FindRunnerOptions) { ctx.Data["RegistrationToken"] = token.Token ctx.Data["RunnerOwnerID"] = opts.OwnerID ctx.Data["RunnerRepoID"] = opts.RepoID + ctx.Data["SortType"] = opts.Sort pager := context.NewPagination(int(count), opts.PageSize, opts.Page, 5) -- cgit v1.2.3