]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Add notification component
authorTiago Melo <tmelo@suse.com>
Tue, 27 Mar 2018 20:25:15 +0000 (21:25 +0100)
committerTiago Melo <tmelo@suse.com>
Tue, 10 Apr 2018 15:07:27 +0000 (16:07 +0100)
commit7c37d8a06be60b66b030b7ab616ca075269ab70e
treeab6f2c8018b5dc306384c489bdec84bb8253a716
parent89101061d014e37a4bbc18b4c294eff8b49408ff
mgr/dashboard: Add notification component

This component is used on the navigation bar and will show the user the 10 most
recent notifications.

Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation.module.ts
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/popover.scss [new file with mode: 0644]