]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard : Carbonises Notification body
authorAnikait Sehwag <anikaitsehwag.amg@gmail.com>
Mon, 7 Jul 2025 18:13:04 +0000 (23:43 +0530)
committerAnikait Sehwag <128905481+SundownRises@users.noreply.github.com>
Fri, 26 Sep 2025 08:17:34 +0000 (13:47 +0530)
commit2a64e0d674edd80ebed6ee2d30b649b7a461eccf
treec62816917cf5edb4108e96ab989a0deb0729cd89
parent53e4f7417bb9f2f62b4e6d795166c1f0ba95bd13
mgr/dashboard : Carbonises Notification body
Fixes: https://tracker.ceph.com/issue/71734
Signed-off-by: Anikait Sehwag <anikaitsehwag.amg@gmail.com>
src/pybind/mgr/dashboard/frontend/src/app/core/core.module.ts
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation.module.ts
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/header/notification-header.component.scss
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-area/notification-area.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-area/notification-area.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-area/notification-area.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-area/notification-area.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-panel.component.html
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-panel.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/components/icon/icon.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/services/notification.service.ts