From: Navin Barnwal Date: Tue, 11 May 2021 10:58:08 +0000 (+0530) Subject: mgr/dashboard: fix typo: Filesystems to File Systems X-Git-Tag: v17.1.0~1996^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=432e3279366e61e85f337c81609e4ec9a5592765;p=ceph.git mgr/dashboard: fix typo: Filesystems to File Systems Added breadcrumbs and edited Filesystem -> File Systems in dashboard Navigation. Fixes: https://tracker.ceph.com/issues/50341 Signed-off-by: Navin Barnwal --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts b/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts index 4ca71f17259d..814838345fec 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts @@ -269,7 +269,7 @@ const routes: Routes = [ path: 'cephfs', component: CephfsListComponent, canActivate: [FeatureTogglesGuardService], - data: { breadcrumbs: 'Filesystems' } + data: { breadcrumbs: 'File Systems' } }, // Object Gateway { diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html index 059c6c905e46..24b6fb5591c0 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html @@ -230,7 +230,7 @@ *ngIf="permissions.cephfs.read && enabledFeature.cephfs"> Filesystems + routerLink="/cephfs">File Systems