summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Reigel <alexis.reigel.ext@siemens.com>2017-10-05 14:26:36 +0200
committerAlexis Reigel <alexis.reigel.ext@siemens.com>2018-02-28 09:50:51 +0100
commitca1a8f2cba566702ff0448f8a4576a44fb514418 (patch)
treef564feed51d206ef2d41b983bc5d9c525629fd46
parentd2da928e98e5bc17f784d48cdc58377cfbe2fc74 (diff)
downloadgitlab-ce-ca1a8f2cba566702ff0448f8a4576a44fb514418.tar.gz
different text on admin runner page for group r.
-rw-r--r--app/views/admin/runners/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/admin/runners/show.html.haml b/app/views/admin/runners/show.html.haml
index 6d8fad0eb8d..fbc6dbc556d 100644
--- a/app/views/admin/runners/show.html.haml
+++ b/app/views/admin/runners/show.html.haml
@@ -15,6 +15,9 @@
%p
If you want Runners to build only specific projects, enable them in the table below.
Keep in mind that this is a one way transition.
+- elsif @runner.group?
+ .bs-callout.bs-callout-success
+ %h4 This Runner will process jobs from ALL UNASSIGNED projects in its group
- else
.bs-callout.bs-callout-info
%h4 This Runner will process jobs only from ASSIGNED projects