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
f73a3404
Commit
f73a3404
authored
Apr 30, 2021
by
Yogi
Committed by
Kushal Pandya
Apr 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to new GitLab UI for card in health check page
parent
bff31fff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/admin/health_check/show.html.haml
app/views/admin/health_check/show.html.haml
+3
-3
changelogs/unreleased/yogi-health-check-gl-card.yml
changelogs/unreleased/yogi-health-check-gl-card.yml
+5
-0
No files found.
app/views/admin/health_check/show.html.haml
View file @
f73a3404
...
...
@@ -23,8 +23,8 @@
%code
=
metrics_url
(
token:
Gitlab
::
CurrentSettings
.
health_check_access_token
)
=
render_if_exists
'admin/health_check/health_check_url'
%hr
.card
.card-header
.
gl-
card
.
gl-
card-header
Current Status:
-
if
no_errors
=
sprite_icon
(
'check'
,
css_class:
'cgreen'
)
...
...
@@ -32,7 +32,7 @@
-
else
=
sprite_icon
(
'warning-solid'
,
css_class:
'cred'
)
#{
s_
(
'HealthCheck|Unhealthy'
)
}
.card-body
.
gl-
card-body
-
if
no_errors
#{
s_
(
'HealthCheck|No Health Problems Detected'
)
}
-
else
...
...
changelogs/unreleased/yogi-health-check-gl-card.yml
0 → 100644
View file @
f73a3404
---
title
:
Move to new GitLab UI for card in health check page
merge_request
:
59081
author
:
Yogi (@yo)
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