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
a64e28fe
Commit
a64e28fe
authored
Jan 04, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change wording on shared runners limits setting description
parent
f8a73268
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
app/views/admin/application_settings/_form.html.haml
app/views/admin/application_settings/_form.html.haml
+2
-1
app/views/groups/_shared_runners_minutes_setting.html.haml
app/views/groups/_shared_runners_minutes_setting.html.haml
+1
-1
No files found.
app/views/admin/application_settings/_form.html.haml
View file @
a64e28fe
...
...
@@ -220,7 +220,8 @@
.col-sm-10
=
f
.
number_field
:shared_runners_minutes
,
class:
'form-control'
.help-block
Set the maximum number of minutes that a group can use shared runners in a one month period. 0 for unlimited.
Set the maximum number of build minutes that a group can use on shared runners per month.
0 for unlimited.
=
link_to
"(?)"
,
help_page_path
(
"user/admin_area/settings/continuous_integration"
,
anchor:
"shared-runners-minutes"
)
.form-group
=
f
.
label
:shared_runners_text
,
class:
'control-label col-sm-2'
...
...
app/views/groups/_shared_runners_minutes_setting.html.haml
View file @
a64e28fe
...
...
@@ -5,7 +5,7 @@
.col-sm-10
=
f
.
number_field
:shared_runners_minutes_limit
,
class:
'form-control'
,
min:
0
%span
.help-block
#shared_runners_minutes_limit_help_block
Set the maximum number of
minutes that a group can use shared runners in a one month period
.
Set the maximum number of
build minutes that a group can use on shared runners per month
.
Set 0 for unlimited.
Set empty to inherit global setting of
#{
current_application_settings
.
shared_runners_minutes
}
.
=
link_to
icon
(
'question-circle'
),
help_page_path
(
"user/admin_area/settings/continuous_integration"
,
anchor:
"shared-runners-minutes"
)
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