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 @@
%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
......
---
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