Skip to content

Creates vue component for shared runner limit

Filipa Lacerda requested to merge 50101-shared-runners-limit-vue into master

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?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/50101

Edited by Filipa Lacerda

Merge request reports