From 378a831ae403841464eb7724f2d4355148c40674 Mon Sep 17 00:00:00 2001 From: bryanmontalvan Date: Fri, 5 Aug 2022 13:45:35 -0400 Subject: [PATCH] mgr/dashboard: Added conditional rendering for danger status This commit adds the condition for when the cluster health is in danger Signed-off-by: bryanmontalvan --- .../ceph/new-dashboard/dashboard/dashboard.component.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/new-dashboard/dashboard/dashboard.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/new-dashboard/dashboard/dashboard.component.html index 0b72e8c275a0e..116e6165cd0d3 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/new-dashboard/dashboard/dashboard.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/new-dashboard/dashboard/dashboard.component.html @@ -18,10 +18,12 @@ i18n-title class="col-sm-6 px-3">
- + +

Cluster

Data Health

-- 2.39.5