gitlab-org--gitlab-foss/app/views/shared/runners/_runner_description.html.haml

17 lines
508 B
Plaintext
Raw Normal View History

.light.gl-mt-3
%p
= _("You can set up as many Runners as you need to run your jobs.")
%br
2018-05-07 13:53:38 +00:00
= _('Runners can be placed on separate users, servers, and even on your local machine.')
2018-05-07 13:53:38 +00:00
%p
= _('Each Runner can be in one of the following states:')
%div
%ul
%li
2018-05-08 15:49:30 +00:00
%span.badge.badge-success active
2018-05-07 13:53:38 +00:00
= _('- Runner is active and can process any new jobs')
%li
2018-05-08 15:49:30 +00:00
%span.badge.badge-danger paused
2018-05-07 13:53:38 +00:00
= _('- Runner is paused and will not receive any new jobs')