]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: Add generic component for icons
authorAfreen Misbah <afreen@ibm.com>
Thu, 3 Jul 2025 11:09:25 +0000 (16:39 +0530)
committerAfreen Misbah <afreen@ibm.com>
Tue, 8 Jul 2025 01:05:51 +0000 (06:35 +0530)
commitfa5160444e71b09e2e845c040206e34c775c27ff
tree00764bb5dcb994e826501c102baeb4e82fdb05a1
parentbc7600417e9a8e60225f66fa4b3fca14f6e8af3f
mgr/dashboard: Add generic component for icons

Fixes https://tracker.ceph.com/issues/71947
Fixes https://tracker.ceph.com/issues/71933

Signed-off-by: Afreen Misbah <afreen@ibm.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card-row/card-row.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/icon/icon.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/icon/icon.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/icon/icon.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/icon/icon.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/icons.enum.ts
src/pybind/mgr/dashboard/frontend/src/styles/_carbon-defaults.scss