]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: add storage consumption card 67517/head
authorDevika Babrekar <devika.babrekar@ibm.com>
Tue, 20 Jan 2026 06:16:33 +0000 (11:46 +0530)
committerAashish Sharma <aashish@li-e9bf2ecc-2ad7-11b2-a85c-baf05c5182ab.ibm.com>
Mon, 2 Mar 2026 01:03:41 +0000 (06:33 +0530)
commitc2e7fecd7226569d1a6e3ba70d2f65835038122d
treeb4cbc3d86ad056c24a0a106f82d206c6bcddaed6
parente851e5ab38b68d841f016dac938a4c824bd156be
mgr/dashboard: add storage consumption card

Fixes: https://tracker.ceph.com/issues/75181
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
14 files changed:
src/pybind/mgr/dashboard/frontend/src/app/ceph/overview/storage-card/overview-storage-card.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/overview/storage-card/overview-storage-card.component.scss
src/pybind/mgr/dashboard/frontend/src/app/ceph/overview/storage-card/overview-storage-card.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/overview/storage-card/overview-storage-card.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/storage-overview.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/storage-overview.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/area-chart/area-chart.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/components/area-chart/area-chart.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/components/area-chart/area-chart.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/area-chart/area-chart.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/pie-chart/pie-chart.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/pie-chart/pie-chart.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/pie-chart/pie-chart.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/pie-chart/pie-chart.component.ts [new file with mode: 0644]