summaryrefslogtreecommitdiff
path: root/app/views/shared/runners/_runner_description.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/runners/_runner_description.html.haml')
-rw-r--r--app/views/shared/runners/_runner_description.html.haml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/views/shared/runners/_runner_description.html.haml b/app/views/shared/runners/_runner_description.html.haml
new file mode 100644
index 00000000000..1d59c2f7078
--- /dev/null
+++ b/app/views/shared/runners/_runner_description.html.haml
@@ -0,0 +1,16 @@
+.light.prepend-top-default
+ %p
+ = _("A 'Runner' is a process which runs a job. You can setup as many Runners as you need.")
+ %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.label.label-success active
+ = _('- Runner is active and can process any new jobs')
+ %li
+ %span.label.label-danger paused
+ = _('- Runner is paused and will not receive any new jobs')