]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Fixes multisite topology page breadcrumb 55212/head
authorAfreen Misbah <afreen23.git@gmail.com>
Thu, 11 Jan 2024 07:49:39 +0000 (13:19 +0530)
committerAfreen <afreen23.git@gmail.com>
Wed, 17 Jan 2024 10:46:30 +0000 (16:16 +0530)
The multi-site topology page just says object in breadcrumb.
The fix adds the missing "multi-site" breadcrumb.

Fixes https://tracker.ceph.com/issues/63635

Signed-off-by: Afreen Misbah <afreen23.git@gmail.com>
(cherry picked from commit f75a9da2871113a156092ff28f29b9d12f465975)

src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw.module.ts

index 8668f8d03b786ce6933fd29b8bd972f7b31ea6e1..5367a2b93224f5c00d0574ba072ac8430b98bbfe 100644 (file)
@@ -183,6 +183,7 @@ const routes: Routes = [
   },
   {
     path: 'multisite',
+    data: { breadcrumbs: 'Multi-site' },
     children: [{ path: '', component: RgwMultisiteDetailsComponent }]
   }
 ];