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
ce01eb60
Commit
ce01eb60
authored
Jul 14, 2021
by
Miguel Rincon
Committed by
Mark Florian
Jul 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update help text in runner update form
Changelog: other
parent
a8407791
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
app/assets/javascripts/runner/components/runner_update_form.vue
...sets/javascripts/runner/components/runner_update_form.vue
+4
-4
locale/gitlab.pot
locale/gitlab.pot
+12
-0
No files found.
app/assets/javascripts/runner/components/runner_update_form.vue
View file @
ce01eb60
...
...
@@ -111,7 +111,7 @@ export default {
>
{{
__
(
'
Paused
'
)
}}
<template
#help
>
{{
__
(
"
Paused runners don't accept new jobs
"
)
}}
{{
s__
(
'
Runners|Stop the runner from accepting new jobs.
'
)
}}
</
template
>
</gl-form-checkbox>
...
...
@@ -123,14 +123,14 @@ export default {
>
{{ __('Protected') }}
<
template
#help
>
{{
__
(
'
This runner will only run on pipelines triggered on protected branches
'
)
}}
{{
s__
(
'
Runners|Use the runner on pipelines for protected branches only.
'
)
}}
</
template
>
</gl-form-checkbox>
<gl-form-checkbox
v-model=
"model.runUntagged"
data-testid=
"runner-field-run-untagged"
>
{{ __('Run untagged jobs') }}
<
template
#help
>
{{
__
(
'
Indicates whether this runner can pick jobs without tags
'
)
}}
{{
s__
(
'
Runners|Use the runner for jobs without tags, in addition to tagged jobs.
'
)
}}
</
template
>
</gl-form-checkbox>
...
...
@@ -141,7 +141,7 @@ export default {
>
{{ __('Lock to current projects') }}
<
template
#help
>
{{
__
(
'
When a runner is locked, it cannot be assigned to other projects
'
)
}}
{{
s__
(
'
Runners|Use the runner for the currently assigned projects only.
'
)
}}
</
template
>
</gl-form-checkbox>
...
...
locale/gitlab.pot
View file @
ce01eb60
...
...
@@ -28420,6 +28420,9 @@ msgstr ""
msgid "Runners|Something went wrong while fetching the tags suggestions"
msgstr ""
msgid "Runners|Stop the runner from accepting new jobs."
msgstr ""
msgid "Runners|Tags"
msgstr ""
...
...
@@ -28441,6 +28444,15 @@ msgstr ""
msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
msgstr ""
msgid "Runners|Use the runner for jobs without tags, in addition to tagged jobs."
msgstr ""
msgid "Runners|Use the runner for the currently assigned projects only."
msgstr ""
msgid "Runners|Use the runner on pipelines for protected branches only."
msgstr ""
msgid "Runners|Value"
msgstr ""
...
...
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