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>
path: 'cephfs',
component: CephfsListComponent,
canActivate: [FeatureTogglesGuardService],
- data: { breadcrumbs: 'Filesystems' }
+ data: { breadcrumbs: 'File Systems' }
},
// Object Gateway
{
*ngIf="permissions.cephfs.read && enabledFeature.cephfs">
<a i18n
class="nav-link"
- routerLink="/cephfs">Filesystems</a>
+ routerLink="/cephfs">File Systems</a>
</li>
<!-- Object Gateway -->