From 9e1d1ce9f6158e6e143526a428c0c1b85cdc586f Mon Sep 17 00:00:00 2001 From: Afreen Misbah Date: Tue, 14 Jul 2026 22:07:19 +0530 Subject: [PATCH] mgr/dashboard: Fix the footer - view all button css in notification panel Fixes https://tracker.ceph.com/issues/78222 Signed-off-by: Afreen Misbah --- .../notification-area.component.html | 7 +----- .../notification-area.component.scss | 25 +++++++++++-------- .../notification-area.component.ts | 5 +--- .../notification-footer.component.scss | 8 +++--- .../notification-header.component.scss | 10 ++++---- .../notification-panel.component.scss | 15 ++++------- 6 files changed, 31 insertions(+), 39 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-area/notification-area.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-area/notification-area.component.html index b0f26ee11a1..8cc60cc80c2 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-area/notification-area.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-area/notification-area.component.html @@ -1,9 +1,4 @@ -
+
@if (executingTasks.length > 0) {