]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: add password expiration warning banner
authorTatjana Dehler <tdehler@suse.com>
Mon, 16 Sep 2019 13:30:00 +0000 (15:30 +0200)
committerTatjana Dehler <tdehler@suse.com>
Fri, 13 Dec 2019 07:53:08 +0000 (08:53 +0100)
commitc630095353596a8327c37e3f3d3e7c190dfdf1db
treecf3fe2afb2daeac25dc3317b1dedae6e53f4fc02
parent0221241909e93a8239e256de0cf1efa2bdfe9bbf
mgr/dashboard: add password expiration warning banner

It adds a new component to notify the user about the expiration
of the password. The banner is shown on top of the page and can
be dismissed by the user.

Fixes: https://tracker.ceph.com/issues/40329
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/app.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/pwd-expiration-notification/pwd-expiration-notification.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/pwd-expiration-notification/pwd-expiration-notification.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/pwd-expiration-notification/pwd-expiration-notification.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/pwd-expiration-notification/pwd-expiration-notification.component.ts [new file with mode: 0644]