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: 6a65145d42bf86ff20719e0bad1ac38054075f13 (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
        %span.badge.badge-pill.gl-badge.sm.badge-success active
        = _('- Available to run jobs.')
      %li
        %span.badge.badge-pill.gl-badge.sm.badge-danger paused
        = _('- Not available to run jobs.')