Commit 3480111a authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch '354593-runner-alert-migrate' into 'master'

Update the runner page alerts

See merge request gitlab-org/gitlab!83238
parents ec588a60 3a34ef8b
.gl-alert.gl-alert-info.gl-my-5 - alert_class = 'gl-mb-5'
= sprite_icon('information-o', css_class: 'gl-alert-icon')
- if runner.instance_type? - if runner.group_type?
%h4.gl-alert-title = render 'shared/global_alert',
= s_('Runners|This runner is available to all groups and projects in your GitLab instance.') alert_class: alert_class,
.gl-alert-body title: s_('Runners|This runner is available to all projects and subgroups in a group.'),
= s_('Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner.') dismissible: false do
= link_to _('Learn more.'), help_page_path('ci/runners/runners_scope', anchor: 'shared-runners'), target: '_blank', rel: 'noopener noreferrer'
- elsif runner.group_type?
%h4.gl-alert-title
= s_('Runners|This runner is available to all projects and subgroups in a group.')
.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
%h4.gl-alert-title = render 'shared/global_alert',
= s_('Runners|This runner is associated with specific projects.') alert_class: alert_class,
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'
...@@ -32195,9 +32195,6 @@ msgstr "" ...@@ -32195,9 +32195,6 @@ msgstr ""
msgid "Runners|Select your preferred option here. In the next step, you can choose the capacity for your runner in the AWS CloudFormation console." msgid "Runners|Select your preferred option here. In the next step, you can choose the capacity for your runner in the AWS CloudFormation console."
msgstr "" msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
msgid "Runners|Show runner installation and registration instructions" msgid "Runners|Show runner installation and registration instructions"
msgstr "" msgstr ""
...@@ -32240,9 +32237,6 @@ msgstr "" ...@@ -32240,9 +32237,6 @@ msgstr ""
msgid "Runners|This runner is associated with specific projects." msgid "Runners|This runner is associated with specific projects."
msgstr "" msgstr ""
msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
msgstr ""
msgid "Runners|This runner is available to all projects and subgroups in a group." msgid "Runners|This runner is available to all projects and subgroups in a group."
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment