From: Abhishek Desai Date: Mon, 10 Nov 2025 06:10:34 +0000 (+0530) Subject: mgr/dashboard : Fixed warning icon colour issue with carbon colour X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F66271%2Fhead;p=ceph.git mgr/dashboard : Fixed warning icon colour issue with carbon colour fixes : https://tracker.ceph.com/issues/73769 Signed-off-by: Abhishek Desai (cherry picked from commit 6ee90df0035d1ce501d17b1bc65e13d29b7b8835) Conflicts: src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html --- 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 efe234a49d2..71155da4cb4 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 @@ -177,10 +177,14 @@ *ngIf="permissions.rbdMirroring.read && enabledFeature.mirroring" class="tc_submenuitem tc_submenuitem_block_mirroring"> Mirroring - {{ summaryData?.rbd_mirroring?.warnings }} - {{ summaryData?.rbd_mirroring?.errors }} + + {{ summaryData?.rbd_mirroring?.warnings }} + + + {{ summaryData?.rbd_mirroring?.errors }} + Alerts - {{ prometheusAlertService.activeCriticalAlerts }} - {{ prometheusAlertService.activeWarningAlerts }} + {{ prometheusAlertService.activeCriticalAlerts }} + {{ prometheusAlertService.activeWarningAlerts }}