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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
30dc5ef4
Commit
30dc5ef4
authored
Sep 13, 2017
by
Brendan O'Leary
Committed by
Rémy Coutable
Sep 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add help text to runner edit page that tags should be separated by commas.
parent
12accbf7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/views/projects/runners/_form.html.haml
app/views/projects/runners/_form.html.haml
+1
-1
changelogs/unreleased/37405-admin-page-runner-tag-help-update.yml
...gs/unreleased/37405-admin-page-runner-tag-help-update.yml
+5
-0
No files found.
app/views/projects/runners/_form.html.haml
View file @
30dc5ef4
...
@@ -39,6 +39,6 @@
...
@@ -39,6 +39,6 @@
Tags
Tags
.col-sm-10
.col-sm-10
=
f
.
text_field
:tag_list
,
value:
runner
.
tag_list
.
sort
.
join
(
', '
),
class:
'form-control'
=
f
.
text_field
:tag_list
,
value:
runner
.
tag_list
.
sort
.
join
(
', '
),
class:
'form-control'
.help-block
You can setup jobs to only use Runners with specific tags
.help-block
You can setup jobs to only use Runners with specific tags
. Separate tags with commas.
.form-actions
.form-actions
=
f
.
submit
'Save changes'
,
class:
'btn btn-save'
=
f
.
submit
'Save changes'
,
class:
'btn btn-save'
changelogs/unreleased/37405-admin-page-runner-tag-help-update.yml
0 → 100644
View file @
30dc5ef4
---
title
:
'
Add
help
text
to
runner
edit:
tags
should
be
separated
by
commas.'
merge_request
:
author
:
Brendan O'Leary
type
:
added
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