Fixes: https://tracker.ceph.com/issues/47484
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from commit
30b41fba49c9c128559117ccbce349389a6198a3)
Conflicts:
src/pybind/mgr/dashboard/frontend/cypress/integration/ui/navigation.po.ts
- Omitted the changes to this file because the file does not exist in octopus.
describe('breadcrumb test', () => {
it('should open and show breadcrumb', () => {
- mgrmodules.expectBreadcrumbText('Manager modules');
+ mgrmodules.expectBreadcrumbText('Manager Modules');
});
});
// Mgr modules
{
path: 'mgr-modules',
- data: { breadcrumbs: 'Cluster/Manager modules' },
+ data: { breadcrumbs: 'Cluster/Manager Modules' },
children: [
{
path: '',
{
name: this.i18n('Always-On'),
prop: 'always_on',
- isHidden: true,
flexGrow: 1,
cellClass: 'text-center',
cellTransformation: CellTemplate.checkIcon
class="tc_submenuitem tc_submenuitem_modules"
*ngIf="permissions.configOpt.read">
<a i18n
- routerLink="/mgr-modules">Manager modules</a>
+ routerLink="/mgr-modules">Manager Modules</a>
</li>
<li routerLinkActive="active"
class="tc_submenuitem tc_submenuitem_log"