From: pujaoshahu Date: Wed, 25 Mar 2026 14:20:57 +0000 (+0530) Subject: mgr/dashboard: [Dashboard] Not able to open "About" window X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F67997%2Fhead;p=ceph.git mgr/dashboard: [Dashboard] Not able to open "About" window Fixes: https://tracker.ceph.com/issues/75702 Signed-off-by: pujaoshahu --- 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,