summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2015-12-10 13:06:44 +0100
committerGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2015-12-11 10:39:39 +0100
commit219afbad2adf0c1b7b3d4ccc116f44ba82818cf1 (patch)
tree63510bc1505aa75d60e34c06e273334c3cfa1924
parent5a7b94f6d1bfd7c376ecb6af45a31bb774358826 (diff)
downloadgitlab-ce-219afbad2adf0c1b7b3d4ccc116f44ba82818cf1.tar.gz
Display runners registration token in CI runners config
-rw-r--r--app/views/ci/admin/runners/index.html.haml7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/views/ci/admin/runners/index.html.haml b/app/views/ci/admin/runners/index.html.haml
index bacaccfbffa..c71710a831c 100644
--- a/app/views/ci/admin/runners/index.html.haml
+++ b/app/views/ci/admin/runners/index.html.haml
@@ -1,6 +1,9 @@
%p.lead
- %span To register a new runner you should enter the following registration token. With this token the runner will request a unique runner token and use that for future communication.
- %code #{GitlabCi::REGISTRATION_TOKEN}
+ %span
+ To register a new runner you should enter the following registration token.
+ With this token the runner will request a unique runner token and use that for future communication.
+ Registration token is
+ %code #{current_application_settings.runners_registration_token}
.bs-callout
%p