Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2018-05-04 15:09:02 +0300
committerDylan Griffith <dyl.griffith@gmail.com>2018-05-07 09:54:08 +0300
commit8f29d9c6eee0e2de827249d07dea644936297630 (patch)
tree1825402d95935edc0ba2270cb9418fa52e30b4a3 /app/views/shared/runners
parent3762b910eb413475d0c5568efefdadcfb2e9724f (diff)
Extract shared partial app/views/shared/runners/_runner_description.html.haml
Diffstat (limited to 'app/views/shared/runners')
-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..24d5f7fe761
--- /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