Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
20e236cf
Commit
20e236cf
authored
Apr 06, 2018
by
Dylan Griffith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copy changes around registering runners (#10244)
parent
c1b8c65f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/projects/runners/_group_runners.html.haml
app/views/projects/runners/_group_runners.html.haml
+1
-1
app/views/projects/runners/_shared_runners.html.haml
app/views/projects/runners/_shared_runners.html.haml
+2
-2
No files found.
app/views/projects/runners/_group_runners.html.haml
View file @
20e236cf
...
...
@@ -21,7 +21,7 @@
This group does not provide any group Runners yet.
-
if
can?
(
current_user
,
:admin_pipeline
,
@project
.
group
)
You
can register group runners in the
Group masters
can register group runners in the
=
link_to
'Group CI/CD settings'
,
group_settings_ci_cd_path
(
@project
.
group
)
-
else
Ask your group master to setup a group Runner.
...
...
app/views/projects/runners/_shared_runners.html.haml
View file @
20e236cf
...
...
@@ -17,8 +17,8 @@
for this project
-
if
@shared_runners_count
.
zero?
This GitLab
server does not provide any shared Runners yet.
Please use the specific Runners or ask your administrator to create one
.
This GitLab
instance does not provide any shared Runners yet. Instance
administrators can register shared Runners in the admin area
.
-
else
%h4
.underlined-title
Available shared Runners :
#{
@shared_runners_count
}
%ul
.bordered-list.available-shared-runners
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment