debian-mirror-gitlab/app/views/shared/runners/_runner_description.html.haml

17 lines
508 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
.light.gl-mt-3
2018-10-15 14:42:47 +05:30
%p
2019-12-26 22:10:19 +05:30
= _("You can set up as many Runners as you need to run your jobs.")
2018-10-15 14:42:47 +05:30
%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
2018-11-08 19:23:39 +05:30
%span.badge.badge-success active
2018-10-15 14:42:47 +05:30
= _('- Runner is active and can process any new jobs')
%li
2018-11-08 19:23:39 +05:30
%span.badge.badge-danger paused
2018-10-15 14:42:47 +05:30
= _('- Runner is paused and will not receive any new jobs')