Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-10 00:08:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-10 00:08:54 +0300
commita8648ba08604085c76be1e4f5253ffa89aa192e3 (patch)
tree2d2935497b0291eed102e75725fd4bb801146993 /app
parente440e09fe47e84c45f9ed9acc3ec1213846e8be4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app')
-rw-r--r--app/views/groups/runners/_sort_dropdown.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/runners/_sort_dropdown.html.haml b/app/views/groups/runners/_sort_dropdown.html.haml
index eb826552211..e914bd00dac 100644
--- a/app/views/groups/runners/_sort_dropdown.html.haml
+++ b/app/views/groups/runners/_sort_dropdown.html.haml
@@ -1,4 +1,4 @@
-- sorted_by = sort_options_hash[@sort]
+- sorted_by = sort_options_hash[@sort] || sort_title_created_date
.dropdown.inline.gl-ml-3
%button.dropdown-menu-toggle{ type: 'button', data: { toggle: 'dropdown', display: 'static' } }