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
3a34ef8b
Commit
3a34ef8b
authored
Mar 21, 2022
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove ability to dismiss runner alerts
- add dismissible false to alerts
parent
8ac14a90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
app/views/shared/runners/_runner_type_alert.html.haml
app/views/shared/runners/_runner_type_alert.html.haml
+4
-2
No files found.
app/views/shared/runners/_runner_type_alert.html.haml
View file @
3a34ef8b
...
@@ -3,14 +3,16 @@
...
@@ -3,14 +3,16 @@
-
if
runner
.
group_type?
-
if
runner
.
group_type?
=
render
'shared/global_alert'
,
=
render
'shared/global_alert'
,
alert_class:
alert_class
,
alert_class:
alert_class
,
title:
s_
(
'Runners|This runner is available to all projects and subgroups in a group.'
)
do
title:
s_
(
'Runners|This runner is available to all projects and subgroups in a group.'
),
dismissible:
false
do
.gl-alert-body
.gl-alert-body
=
s_
(
'Runners|Use Group runners when you want all projects in a group to have access to a set of runners.'
)
=
s_
(
'Runners|Use Group runners when you want all projects in a group to have access to a set of runners.'
)
=
link_to
_
(
'Learn more.'
),
help_page_path
(
'ci/runners/runners_scope'
,
anchor:
'group-runners'
),
target:
'_blank'
,
rel:
'noopener noreferrer'
=
link_to
_
(
'Learn more.'
),
help_page_path
(
'ci/runners/runners_scope'
,
anchor:
'group-runners'
),
target:
'_blank'
,
rel:
'noopener noreferrer'
-
else
-
else
=
render
'shared/global_alert'
,
=
render
'shared/global_alert'
,
alert_class:
alert_class
,
alert_class:
alert_class
,
title:
s_
(
'Runners|This runner is associated with specific projects.'
)
do
title:
s_
(
'Runners|This runner is associated with specific projects.'
),
dismissible:
false
do
.gl-alert-body
.gl-alert-body
=
s_
(
'Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner.'
)
=
s_
(
'Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner.'
)
=
link_to
_
(
'Learn more.'
),
help_page_path
(
'ci/runners/runners_scope'
,
anchor:
'specific-runners'
),
target:
'_blank'
,
rel:
'noopener noreferrer'
=
link_to
_
(
'Learn more.'
),
help_page_path
(
'ci/runners/runners_scope'
,
anchor:
'specific-runners'
),
target:
'_blank'
,
rel:
'noopener noreferrer'
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