From ea932a76fb1a796315331e2731e2d710d9a6b35b Mon Sep 17 00:00:00 2001 From: pujaoshahu Date: Wed, 25 Mar 2026 19:50:57 +0530 Subject: [PATCH] mgr/dashboard: [Dashboard] Not able to open "About" window Fixes: https://tracker.ceph.com/issues/75702 Signed-off-by: pujaoshahu --- .../frontend/src/app/core/navigation/navigation.module.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation.module.ts b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation.module.ts index 3122c0f86642..67e1ea0b6a2b 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation.module.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation.module.ts @@ -18,7 +18,8 @@ import { TagModule, ProgressBarModule, StructuredListModule, - SearchModule + SearchModule, + ModalModule } from 'carbon-components-angular'; import { AppRoutingModule } from '~/app/app-routing.module'; @@ -94,7 +95,8 @@ import { NotificationFooterComponent } from './notification-panel/notification-f TagModule, ProgressBarModule, StructuredListModule, - SearchModule + SearchModule, + ModalModule ], declarations: [ AboutComponent, -- 2.47.3