From 6ee90df0035d1ce501d17b1bc65e13d29b7b8835 Mon Sep 17 00:00:00 2001 From: Abhishek Desai Date: Mon, 10 Nov 2025 11:40:34 +0530 Subject: [PATCH] mgr/dashboard : Fixed warning icon colour issue with carbon colour fixes : https://tracker.ceph.com/issues/73769 Signed-off-by: Abhishek Desai --- .../core/navigation/navigation/navigation.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html index b4f12a2c5aadb..25b23df37f3e4 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html @@ -180,11 +180,11 @@ class="tc_submenuitem tc_submenuitem_block_mirroring"> Mirroring + class="tag-warning content-theme"> {{ summaryData?.rbd_mirroring?.warnings }} + class="tag-danger content-theme"> {{ summaryData?.rbd_mirroring?.errors }} @@ -306,9 +306,9 @@ Alerts {{ prometheusAlertService.activeCriticalAlerts }} + class="tag-danger ms-1 content-theme">{{ prometheusAlertService.activeCriticalAlerts }} {{ prometheusAlertService.activeWarningAlerts }} + class="tag-warning ms-1 content-theme">{{ prometheusAlertService.activeWarningAlerts }} -- 2.39.5