Skip to content
Snippets Groups Projects
Commit 59413153 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Use warning for locked runners:

parent 23a3ce94
No related branches found
No related tags found
1 merge request!4961Admin should be able to turn shared runners into specific ones:
Pipeline #
Loading
@@ -5,7 +5,7 @@
Loading
@@ -5,7 +5,7 @@
- else - else
%span.label.label-info specific %span.label.label-info specific
- if runner.locked? - if runner.locked?
%span.label.label-danger locked %span.label.label-warning locked
- unless runner.active? - unless runner.active?
%span.label.label-danger paused %span.label.label-danger paused
   
Loading
Loading
Loading
@@ -40,7 +40,7 @@
Loading
@@ -40,7 +40,7 @@
%span.label.label-info specific %span.label.label-info specific
\- run builds from assigned projects \- run builds from assigned projects
%li %li
%span.label.label-danger locked %span.label.label-warning locked
\- runner cannot be assigned to other projects \- runner cannot be assigned to other projects
%li %li
%span.label.label-danger paused %span.label.label-danger paused
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment