From: Afreen Misbah Date: Thu, 11 Jan 2024 07:49:39 +0000 (+0530) Subject: mgr/dashboard: Fixes multisite topology page breadcrumb X-Git-Tag: v19.3.0~237^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F55143%2Fhead;p=ceph.git mgr/dashboard: Fixes multisite topology page breadcrumb 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 --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw.module.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw.module.ts index 8fcf3c6c6645..04755928b0a9 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw.module.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw.module.ts @@ -192,6 +192,7 @@ const routes: Routes = [ }, { path: 'multisite', + data: { breadcrumbs: 'Multi-site' }, children: [{ path: '', component: RgwMultisiteDetailsComponent }] } ];