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
490202ec
Commit
490202ec
authored
Apr 14, 2020
by
Aleksei Lipniagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change runner form cost factor render flags
parent
83022069
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/admin/runners/show.html.haml
app/views/admin/runners/show.html.haml
+1
-1
app/views/shared/runners/_form.html.haml
app/views/shared/runners/_form.html.haml
+1
-1
No files found.
app/views/admin/runners/show.html.haml
View file @
490202ec
...
...
@@ -28,7 +28,7 @@
%hr
.append-bottom-20
=
render
'shared/runners/form'
,
runner:
@runner
,
runner_form_url:
admin_runner_path
(
@runner
),
in_
admin_namespace:
true
=
render
'shared/runners/form'
,
runner:
@runner
,
runner_form_url:
admin_runner_path
(
@runner
),
in_
gitlab_com_admin_context:
Gitlab
.
com?
.row
.col-md-6
...
...
app/views/shared/runners/_form.html.haml
View file @
490202ec
...
...
@@ -47,7 +47,7 @@
.col-sm-10
=
f
.
text_field
:tag_list
,
value:
runner
.
tag_list
.
sort
.
join
(
', '
),
class:
'form-control'
.form-text.text-muted
=
_
(
'You can set up jobs to only use Runners with specific tags. Separate tags with commas.'
)
-
if
Gitlab
.
com?
&&
local_assigns
[
:in_admin_namespace
]
-
if
local_assigns
[
:in_gitlab_com_admin_context
]
.form-group.row
=
label_tag
:public_projects_minutes_cost_factor
,
class:
'col-form-label col-sm-2'
do
=
_
(
'Public projects Minutes cost factor'
)
...
...
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