]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Fix breaking layout in overview page
authorAfreen Misbah <afreen@ibm.com>
Wed, 25 Feb 2026 04:33:26 +0000 (10:03 +0530)
committerAfreen Misbah <afreen@ibm.com>
Mon, 16 Mar 2026 07:20:16 +0000 (12:50 +0530)
commita794de9b6f45cd485c97dec06b3b7d48d0dd2861
treed9b3c2839c05c9d45f20fc01ee6d7ee654616307
parent40457e4642e3ce61b07c775eeb462e0b4829e2ab
mgr/dashboard: Fix breaking layout in overview page

Issue:

One opening the notification panel overview page breaks.

Reason:

Due to the css grid used in notification panel and flex grid in overview page.

Fix:

Removed css grid from the notification header

Signed-off-by: Afreen Misbah <afreen@ibm.com>
(cherry picked from commit cc1923d57943c1a22863ee2d464feb276806693f)

 Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-header/notification-header.component.html
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-header/notification-header.component.scss
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-header/notification-header.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-header/notification-header.component.scss [new file with mode: 0644]