Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
aeb1b6ac
Commit
aeb1b6ac
authored
Mar 26, 2021
by
Miguel Rincon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix badges appearnace in runners table
parent
b6a7cdaa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
app/views/admin/runners/_runner.html.haml
app/views/admin/runners/_runner.html.haml
+5
-5
changelogs/unreleased/326091-appearance-of-badges-admin-runner-table.yml
...leased/326091-appearance-of-badges-admin-runner-table.yml
+5
-0
No files found.
app/views/admin/runners/_runner.html.haml
View file @
aeb1b6ac
...
@@ -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'
)
...
...
changelogs/unreleased/326091-appearance-of-badges-admin-runner-table.yml
0 → 100644
View file @
aeb1b6ac
---
title
:
Update runner badges look and feel in admin runners table
merge_request
:
57566
author
:
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment