]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: [Dashboard] Not able to open "About" window 67997/head
authorpujaoshahu <pshahu@redhat.com>
Wed, 25 Mar 2026 14:20:57 +0000 (19:50 +0530)
committerpujaoshahu <pshahu@redhat.com>
Wed, 25 Mar 2026 14:24:51 +0000 (19:54 +0530)
Fixes: https://tracker.ceph.com/issues/75702
Signed-off-by: pujaoshahu <pshahu@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation.module.ts

index 3122c0f8664233043fa0c498d57a514aecf96dee..67e1ea0b6a2b9e293caefc617f12ee0e034b3d88 100644 (file)
@@ -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,