]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: customizable log-in page text/banner 46343/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:34:58 +0000 (00:04 +0530)
commit562f57c44c9e2d3dac448c1adce31463a37595a8
tree8df2431e0340662a5b231483c3c3b9db7df2732c
parent75cca95f9e783cbdfc32aa45321e9eb92ee22640
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]