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>2017-10-05 15:25:31 +0300
committerAlexis Reigel <alexis.reigel.ext@siemens.com>2018-04-23 10:21:49 +0300
commit6077c569a6cc323c5eab09486e5254c5f96ce601 (patch)
tree5353abb0b3ada5e2decaf194f4f12211607acaa6 /app/views/admin/runners/index.html.haml
parenta5f5a27df5d3055612fc8c2686ef3b9ab20bd85e (diff)
denote group runners on admin runners page
Diffstat (limited to 'app/views/admin/runners/index.html.haml')
-rw-r--r--app/views/admin/runners/index.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/admin/runners/index.html.haml b/app/views/admin/runners/index.html.haml
index 9f13dbbbd82..1a3b5e58ed5 100644
--- a/app/views/admin/runners/index.html.haml
+++ b/app/views/admin/runners/index.html.haml
@@ -17,6 +17,9 @@
%span.label.label-success shared
\- Runner runs jobs from all unassigned projects
%li
+ %span.label.label-success group
+ \- Runner runs jobs from all unassigned projects in its group
+ %li
%span.label.label-info specific
\- Runner runs jobs from assigned projects
%li