From 5cf7918404b8d66d72aa377fd354d9d84635e2ee Mon Sep 17 00:00:00 2001 From: Afreen Misbah Date: Tue, 16 Dec 2025 19:39:32 +0530 Subject: [PATCH] mgr/dashboard: Added header action for tasks and notifications - removed the custom css and using carbon component Signed-off-by: Afreen Misbah --- .../navigation/navigation/navigation.component.html | 10 +++++----- .../notifications/notifications.component.html | 1 - 2 files changed, 5 insertions(+), 6 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 ef5adf906177..0e2ec96b8b8a 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 @@ -28,15 +28,15 @@ - -
- -
+ + +
diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.html index 77eaddcb6327..ec0639de3311 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.html @@ -19,6 +19,5 @@ Tasks and Notifications -
-- 2.47.3