]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix typo: Filesystems to File Systems
authorNavin Barnwal <knbarnwal@gmail.com>
Tue, 11 May 2021 10:58:08 +0000 (16:28 +0530)
committerNavin Barnwal <knbarnwal@gmail.com>
Tue, 11 May 2021 10:58:21 +0000 (16:28 +0530)
Added breadcrumbs and edited Filesystem -> File Systems in dashboard
Navigation.

Fixes: https://tracker.ceph.com/issues/50341
Signed-off-by: Navin Barnwal <knbarnwal@gmail.com>
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html

index 4ca71f17259d23ca4c9379842568071a95a2c2d0..814838345fecadc78c779e13656d8e16fa05b83b 100644 (file)
@@ -269,7 +269,7 @@ const routes: Routes = [
         path: 'cephfs',
         component: CephfsListComponent,
         canActivate: [FeatureTogglesGuardService],
-        data: { breadcrumbs: 'Filesystems' }
+        data: { breadcrumbs: 'File Systems' }
       },
       // Object Gateway
       {
index 059c6c905e46bd8a737f95b3726e5b290f3dde6e..24b6fb5591c01e4fd444028068b535d57c93b9c8 100644 (file)
         *ngIf="permissions.cephfs.read && enabledFeature.cephfs">
       <a i18n
          class="nav-link"
-         routerLink="/cephfs">Filesystems</a>
+         routerLink="/cephfs">File Systems</a>
     </li>
 
     <!-- Object Gateway -->