]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: customizable log-in page text/banner 46342/head
authorSarthak0702 <sarthak.dev.0702@gmail.com>
Thu, 14 Apr 2022 10:17:21 +0000 (15:47 +0530)
committerSarthak0702 <sarthak.dev.0702@gmail.com>
Thu, 19 May 2022 18:30:56 +0000 (00:00 +0530)
commitf09ff91352cbd208d9de20d785f6ba415e6858dd
tree57cb3b02f2660480eca8a920ebbbef53a0a90102
parent1d4e48ba7c0cdc5eb5c540e3195d4fe23ee5e1f2
mgr/dashboard: customizable log-in page text/banner

Fixes:https://tracker.ceph.com/issues/55231
Signed-off-by: Sarthak0702 <sarthak.dev.0702@gmail.com>
(cherry picked from commit 9f8bcd764e6d488d488e6ba1c05c2972329827b7)
12 files changed:
src/pybind/mgr/dashboard/controllers/home.py
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/login-layout/login-layout.component.html
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/login-layout/login-layout.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/api/custom-login-banner.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/custom-login-banner.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/custom-login-banner/custom-login-banner.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/custom-login-banner/custom-login-banner.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/custom-login-banner/custom-login-banner.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/custom-login-banner/custom-login-banner.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/dashboard/services/custom_banner.py [new file with mode: 0644]