Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_runner_description.html.haml « runners « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 436dbfd2b49d1cb5f019b9046880017c6f72f8c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.light.gl-mt-3
  %p
    = _("Register as many runners as you want. You can register runners as separate users, on separate servers, and on your local machine. Runners are either:")

  %div
    %ul
      %li
        = gl_badge_tag s_("Runners|active"), variant: :success, size: :sm
        = _('- Available to run jobs.')
      %li
        = gl_badge_tag s_("Runners|paused"), variant: :danger, size: :sm
        = _('- Not available to run jobs.')