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:
authorOswaldo Ferreira <oswaldo@gitlab.com>2018-02-21 19:09:06 +0300
committerOswaldo Ferreira <oswaldo@gitlab.com>2018-02-23 19:26:51 +0300
commitf2709915d7e90af4cc0aceb0f631e743b12112ba (patch)
tree00a66f0da20c2a96b1a176d9b25529de8c4bf012 /app/views/projects/runners/_specific_runners.html.haml
parent48b1455566a51f4dea6b3b86553d2f239266a1f9 (diff)
Add a button to deploy a runner to a Kubernetes cluster in the settings page
Diffstat (limited to 'app/views/projects/runners/_specific_runners.html.haml')
-rw-r--r--app/views/projects/runners/_specific_runners.html.haml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/projects/runners/_specific_runners.html.haml b/app/views/projects/runners/_specific_runners.html.haml
index 28ccbf7eb15..f0813e56b71 100644
--- a/app/views/projects/runners/_specific_runners.html.haml
+++ b/app/views/projects/runners/_specific_runners.html.haml
@@ -1,8 +1,7 @@
%h3 Specific Runners
-= render partial: 'ci/runner/how_to_setup_runner',
- locals: { registration_token: @project.runners_token,
- type: 'specific' }
+= render partial: 'ci/runner/how_to_setup_specific_runner',
+ locals: { registration_token: @project.runners_token }
- if @project_runners.any?
%h4.underlined-title Runners activated for this project