summaryrefslogtreecommitdiff
path: root/app/views/shared/runners/_runner_description.html.haml
blob: d3e50cfe92fa062605c6e5757d8e7678aebf335d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.light.gl-mt-3
  %p
    = _("You can set up as many Runners as you need to run your jobs.")
    %br
    = _('Runners can be placed on separate users, servers, and even on your local machine.')

  %p
    = _('Each Runner can be in one of the following states:')
  %div
    %ul
      %li
        %span.badge.badge-success active
        = _('- Runner is active and can process any new jobs')
      %li
        %span.badge.badge-danger paused
        = _('- Runner is paused and will not receive any new jobs')