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:
authorLin Jen-Shin <godfat@godfat.org>2016-06-30 16:26:50 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-06-30 16:26:50 +0300
commit59413153f574c939ca9652d9684410a9608a93c2 (patch)
tree518bd833b594e3e3a1411e74670aab57e32975fb /app/views/admin/runners
parent23a3ce946ad0f7ef1c63036bf313cd549d18f0ab (diff)
Use warning for locked runners:
Feedback from: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4961#note_12794221
Diffstat (limited to 'app/views/admin/runners')
-rw-r--r--app/views/admin/runners/_runner.html.haml2
-rw-r--r--app/views/admin/runners/index.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/runners/_runner.html.haml b/app/views/admin/runners/_runner.html.haml
index 875fa086dbf..64893b38c58 100644
--- a/app/views/admin/runners/_runner.html.haml
+++ b/app/views/admin/runners/_runner.html.haml
@@ -5,7 +5,7 @@
- else
%span.label.label-info specific
- if runner.locked?
- %span.label.label-danger locked
+ %span.label.label-warning locked
- unless runner.active?
%span.label.label-danger paused
diff --git a/app/views/admin/runners/index.html.haml b/app/views/admin/runners/index.html.haml
index 24b2312d202..b5c6b5effe3 100644
--- a/app/views/admin/runners/index.html.haml
+++ b/app/views/admin/runners/index.html.haml
@@ -40,7 +40,7 @@
%span.label.label-info specific
\- run builds from assigned projects
%li
- %span.label.label-danger locked
+ %span.label.label-warning locked
\- runner cannot be assigned to other projects
%li
%span.label.label-danger paused