diff --git a/app/views/admin/runners/_runner.html.haml b/app/views/admin/runners/_runner.html.haml index 875fa086dbf8d74c99615910a03fd84581a991fa..64893b38c58deef0c7f0f8c28cabc1c346173e2c 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 24b2312d2024b57891fa42984d4ed9d1a565a65f..b5c6b5effe3ebbfb923a8ca0d6f3a1727d043787 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