]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: introduce side panel as a reusable component
authorNizamudeen A <nia@redhat.com>
Wed, 11 Jun 2025 07:59:58 +0000 (13:29 +0530)
committerNizamudeen A <nia@redhat.com>
Mon, 16 Jun 2025 10:28:41 +0000 (15:58 +0530)
commit36a2cce433e0a53c0851c1e04cad8f997baafae2
tree140cf064493a53c1b424b2b2874dbbf2b5d025fa
parente7cb253bf6ea3decd3224ddb0a3231bbdd2e8728
mgr/dashboard: introduce side panel as a reusable component

Fixes: https://tracker.ceph.com/issues/71653
Signed-off-by: Nizamudeen A <nia@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/side-panel/side-panel.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/side-panel/side-panel.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/side-panel/side-panel.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/side-panel/side-panel.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/_carbon-defaults.scss
src/pybind/mgr/dashboard/frontend/src/styles/defaults/_bootstrap-defaults.scss