]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: cluster > manager modules 37387/head
authorAvan Thakkar <athakkar@redhat.com>
Thu, 24 Sep 2020 09:15:19 +0000 (14:45 +0530)
committerAvan Thakkar <athakkar@redhat.com>
Thu, 24 Sep 2020 09:15:19 +0000 (14:45 +0530)
Fixes: https://tracker.ceph.com/issues/47484
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/mgr-modules.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/ui/navigation.po.ts
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-module-list/mgr-module-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html

index c1ea297610f40c5e9c6b62c88114d0b77253e8b6..f163b0c230f8029f09e2fc41065b53c8e98cefe8 100644 (file)
@@ -10,7 +10,7 @@ describe('Manager modules page', () => {
 
   describe('breadcrumb test', () => {
     it('should open and show breadcrumb', () => {
-      mgrmodules.expectBreadcrumbText('Manager modules');
+      mgrmodules.expectBreadcrumbText('Manager Modules');
     });
   });
 
index 31215cddbd968ead92595029de2d1633f3e0a5fb..a26a5ff10c4c23027b4941fb8b5aa9466570490f 100644 (file)
@@ -26,7 +26,7 @@ export class NavigationPageHelper extends PageHelper {
         { menu: 'OSDs', component: 'cd-osd-list' },
         { menu: 'Configuration', component: 'cd-configuration' },
         { menu: 'CRUSH map', component: 'cd-crushmap' },
-        { menu: 'Manager modules', component: 'cd-mgr-module-list' },
+        { menu: 'Manager Modules', component: 'cd-mgr-module-list' },
         { menu: 'Logs', component: 'cd-logs' },
         { menu: 'Monitoring', component: 'cd-prometheus-tabs' }
       ]
index ad65a07834785e5278778470ff115afb4d870915..f9614c9c577585c8f6d0d441cc434ec2999d9f52 100644 (file)
@@ -218,7 +218,7 @@ const routes: Routes = [
       // Mgr modules
       {
         path: 'mgr-modules',
-        data: { breadcrumbs: 'Cluster/Manager modules' },
+        data: { breadcrumbs: 'Cluster/Manager Modules' },
         children: [
           {
             path: '',
index b0f4a9fefab1ebc260354178ec1ee4cacfc63874..3e75ab9792b8d578c6d478680539fc800876ef44 100644 (file)
@@ -56,7 +56,6 @@ export class MgrModuleListComponent extends ListWithDetails {
       {
         name: $localize`Always-On`,
         prop: 'always_on',
-        isHidden: true,
         flexGrow: 1,
         cellClass: 'text-center',
         cellTransformation: CellTemplate.checkIcon
index 83e37d4fa0663d01e4e570e79795f1382bd63387..0b2fd7aa4294df6e50df8fe3784b4cf716156af9 100644 (file)
             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"