Creates vue component for shared runner limit
What does this MR do?
Creates vue component for shared runner limit
Moves this haml block: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/app/views/projects/jobs/_shared_runner_limit_warning.html.haml
.bs-callout.bs-callout-warning
%p
You have used all your shared Runners pipeline minutes.
= "(#{quota_used} of #{quota_limit})."
- if can?(current_user, :admin_build, @project)
%br
For more information, go to the
= succeed "." do
= link_to project_runners_path(project) do
Runners page
Does this MR meet the acceptance criteria?
-
Changelog entry added, if necessary -
Tests added for this feature/bug - Conforms to the code review guidelines
-
Has been reviewed by a Frontend maintainer
-
-
EE specific content should be in the top level /ee
folder -
Conforms to the merge request performance guidelines -
Conforms to the style guides -
Internationalization required/considered
What are the relevant issue numbers?
Edited by Filipa Lacerda