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. --- templates/shared/actions/runner_list.tmpl | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'templates/shared') diff --git a/templates/shared/actions/runner_list.tmpl b/templates/shared/actions/runner_list.tmpl index c4b70282ae..ead260f128 100644 --- a/templates/shared/actions/runner_list.tmpl +++ b/templates/shared/actions/runner_list.tmpl @@ -45,9 +45,18 @@ - - - + + + -- cgit v1.2.3
{{.locale.Tr "actions.runners.status"}}{{.locale.Tr "actions.runners.id"}}{{.locale.Tr "actions.runners.name"}} + {{.locale.Tr "actions.runners.status"}} + {{SortArrow "online" "offline" .SortType false}} + + {{.locale.Tr "actions.runners.id"}} + {{SortArrow "oldest" "newest" .SortType false}} + + {{.locale.Tr "actions.runners.name"}} + {{SortArrow "alphabetically" "reversealphabetically" .SortType false}} + {{.locale.Tr "actions.runners.version"}} {{.locale.Tr "actions.runners.owner_type"}} {{.locale.Tr "actions.runners.labels"}}