]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: migrated pool table tabs into resource pages 69189/head
authorSyed Ali Ul Hasan <syedaliulhasan19@gmail.com>
Mon, 20 Jul 2026 13:25:52 +0000 (18:55 +0530)
committerSyed Ali Ul Hasan <syedaliulhasan19@gmail.com>
Sun, 26 Jul 2026 13:07:32 +0000 (18:37 +0530)
commit1b4f9f10ca544ed0b32504a492502f87ec673985
tree36fb9f47ceab171ebac482db6ee13b98e24d115d
parent72b684aaea633a59313478fb506ec7ad3fc7dd6f
mgr/dashboard: migrated pool table tabs into resource pages

- Fixes:  https://tracker.ceph.com/issues/76713

Signed-off-by: Syed Ali Ul Hasan <syedaliulhasan19@gmail.com>
29 files changed:
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/_pool-resource-overview-card.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-capacity-protection-card/pool-capacity-protection-card.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-capacity-protection-card/pool-capacity-protection-card.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-capacity-protection-card/pool-capacity-protection-card.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-capacity-protection-card/pool-capacity-protection-card.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-details/pool-details.component.html [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-details/pool-details.component.scss [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-details/pool-details.component.spec.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-details/pool-details.component.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-io-card/pool-io-card.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-io-card/pool-io-card.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-io-card/pool-io-card.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-io-card/pool-io-card.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-resource-page/pool-resource-breadcrumb.resolver.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-resource-page/pool-resource-page.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-resource-page/pool-resource-page.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-resource-page/pool-resource-page.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-resource-page/pool-resource-page.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-resource-sidebar/pool-resource-sidebar.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-resource-sidebar/pool-resource-sidebar.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-resource-sidebar/pool-resource-sidebar.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-resource-sidebar/pool-resource-sidebar.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/pool.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/pool-overview.model.ts [new file with mode: 0644]