From: Naman Munet Date: Thu, 31 Jul 2025 07:04:51 +0000 (+0530) Subject: mgr/dashboard: introduce details card component X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6ad4bd16480ef72c80c6da7deb0346871c030df0;p=ceph.git mgr/dashboard: introduce details card component fixed test case Fixes: https://tracker.ceph.com/issues/72246 Signed-off-by: Naman Munet --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/details-card/details-card.component.spec.ts b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/details-card/details-card.component.spec.ts index 05f5c9ab6cd06..da32634778db7 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/details-card/details-card.component.spec.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/details-card/details-card.component.spec.ts @@ -8,7 +8,7 @@ describe('DetailsCardComponent', () => { beforeEach(async () => { await TestBed.configureTestingModule({ - imports: [DetailsCardComponent] + declarations: [DetailsCardComponent] }).compileComponents(); fixture = TestBed.createComponent(DetailsCardComponent);