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
diff options
context:
space:
mode:
authorAlexis Reigel <alexis.reigel.ext@siemens.com>2018-11-15 18:10:10 +0300
committerAlexis Reigel <alexis.reigel.ext@siemens.com>2019-02-27 22:19:49 +0300
commit2e05292562e71deeff9b76bd3c696eca2a65a491 (patch)
tree3cceb216c54d7c55376b53421d273147d03b06ba /app/views/admin
parent315361e025f5e490631d611b0f43b1814d1b0edc (diff)
use lazy ajax filter dropdown for runner tags
the potential number of available runner tags is too large to load it statically to a dropdown. we use the same lazy loaded dropdown as is used for the users dropdown already.
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/runners/index.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/admin/runners/index.html.haml b/app/views/admin/runners/index.html.haml
index f0a0a1897c7..2e23b748edb 100644
--- a/app/views/admin/runners/index.html.haml
+++ b/app/views/admin/runners/index.html.haml
@@ -108,7 +108,8 @@
%ul.filter-dropdown{ data: { dynamic: true, dropdown: true } }
%li.filter-dropdown-item
%button.btn.btn-link.js-data-value
- {{title}}
+ %span.dropdown-light-content
+ {{name}}
= button_tag class: %w[clear-search hidden] do
= icon('times')