From 8f40f5274db8915d7d7a9388d33365e54e35102a Mon Sep 17 00:00:00 2001 From: Ivo Almeida Date: Fri, 24 May 2024 10:19:50 +0100 Subject: [PATCH] fixed navigation unit test error --- .../navigation/navigation.component.html | 66 +++++++++---------- 1 file changed, 33 insertions(+), 33 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 2a62d2f76416f..24982639c0e1f 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 @@ -135,7 +135,7 @@
- + Dashboard @@ -143,53 +143,53 @@ - Overview - Manager Cluster + Overview + Manager Cluster + permissions.osd.read || permissions.pool.read" class="tc_menuitem_cluster"> - Pools - Hosts - OSDs - Physical Disks - CRUSH Map - Monitors + Pools + Hosts + OSDs + Physical Disks + CRUSH Map + Monitors - + - Images - Mirroring + Images + Mirroring {{ summaryData?.rbd_mirroring?.warnings }} {{ summaryData?.rbd_mirroring?.errors }} - iSCSI + iSCSI - + - Overview - Buckets - Users - Multi-site - Gateways - NFS + Overview + Buckets + Users + Multi-site + Gateways + NFS - + - File Systems - NFS + File Systems + NFS - + - Logs - + Logs + Alerts {{ prometheusAlertService.activeCriticalAlerts }} @@ -198,13 +198,13 @@ - + - Services - Upgrade - Ceph Users - Manager Modules - Configuration + Services + Upgrade + Ceph Users + Manager Modules + Configuration
-- 2.39.5