Commit f73a3404 authored by Yogi's avatar Yogi Committed by Kushal Pandya

Move to new GitLab UI for card in health check page

parent bff31fff
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
%code= metrics_url(token: Gitlab::CurrentSettings.health_check_access_token) %code= metrics_url(token: Gitlab::CurrentSettings.health_check_access_token)
= render_if_exists 'admin/health_check/health_check_url' = render_if_exists 'admin/health_check/health_check_url'
%hr %hr
.card .gl-card
.card-header .gl-card-header
Current Status: Current Status:
- if no_errors - if no_errors
= sprite_icon('check', css_class: 'cgreen') = sprite_icon('check', css_class: 'cgreen')
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
- else - else
= sprite_icon('warning-solid', css_class: 'cred') = sprite_icon('warning-solid', css_class: 'cred')
#{ s_('HealthCheck|Unhealthy') } #{ s_('HealthCheck|Unhealthy') }
.card-body .gl-card-body
- if no_errors - if no_errors
#{ s_('HealthCheck|No Health Problems Detected') } #{ s_('HealthCheck|No Health Problems Detected') }
- else - else
......
---
title: Move to new GitLab UI for card in health check page
merge_request: 59081
author: Yogi (@yo)
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