Commit aeb1b6ac authored by Miguel Rincon's avatar Miguel Rincon

Fix badges appearnace in runners table

parent b6a7cdaa
...@@ -3,15 +3,15 @@ ...@@ -3,15 +3,15 @@
.table-mobile-header{ role: 'rowheader' }= _('Type') .table-mobile-header{ role: 'rowheader' }= _('Type')
.table-mobile-content .table-mobile-content
- if runner.instance_type? - if runner.instance_type?
%span.badge.badge-success shared %span.badge.badge-pill.gl-badge.sm.badge-success shared
- elsif runner.group_type? - elsif runner.group_type?
%span.badge.badge-success group %span.badge.badge-pill.gl-badge.sm.badge-success group
- else - else
%span.badge.badge-info specific %span.badge.badge-pill.gl-badge.sm.badge-info specific
- if runner.locked? - if runner.locked?
%span.badge.badge-warning locked %span.badge.badge-pill.gl-badge.sm.badge-warning locked
- unless runner.active? - unless runner.active?
%span.badge.badge-danger paused %span.badge.badge-pill.gl-badge.sm.badge-danger paused
.table-section.section-10 .table-section.section-10
.table-mobile-header{ role: 'rowheader' }= _('Runner token') .table-mobile-header{ role: 'rowheader' }= _('Runner token')
......
---
title: Update runner badges look and feel in admin runners table
merge_request: 57566
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment