]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: loading state for inventory card 64911/head
authorNizamudeen A <nia@redhat.com>
Wed, 6 Aug 2025 09:23:22 +0000 (14:53 +0530)
committerNizamudeen A <nia@redhat.com>
Mon, 11 Aug 2025 06:22:01 +0000 (11:52 +0530)
commit05f7cb615b69e4f86a475b08f8f5baee2a1e2a32
tree7fe1fcdffd7d083c2e3991969fcf53218468c2c2
parentb2464ee50147edebb1b2cf8234e100cfc5cd7f85
mgr/dashboard: loading state for inventory card

show loading state when inventory details are being loaded. also don't
block the UI when inventories are not loaded.

Fixes: https://tracker.ceph.com/issues/72494
Signed-off-by: Nizamudeen A <nia@redhat.com>
16 files changed:
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard-v3.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard/dashboard-v3.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard/dashboard-v3.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/pg-summary.pipe.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-overview-dashboard/rgw-overview-dashboard.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card-row/card-row.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card-row/card-row.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/health.interface.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/mds-summary.pipe.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/mds-summary.pipe.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/mgr-summary.pipe.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/mgr-summary.pipe.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/osd-summary.pipe.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/osd-summary.pipe.ts