]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: cluster > manager modules 37434/head
authorAvan Thakkar <athakkar@redhat.com>
Thu, 24 Sep 2020 09:15:19 +0000 (14:45 +0530)
committerAvan Thakkar <athakkar@redhat.com>
Sun, 4 Oct 2020 17:31:04 +0000 (23:01 +0530)
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.

src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/mgr-modules.e2e-spec.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 e829df00e79d80504188807bf93d0b9fe2d5f32d..67d27011102ff2d2989f597262d9ef4bf94ffec7 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 4e40258f143aeae1b01212c4ddd58f9e8f185b1c..41f4e239ad32f4592796fcb951e37fe3d9e20100 100644 (file)
@@ -189,7 +189,7 @@ const routes: Routes = [
       // Mgr modules
       {
         path: 'mgr-modules',
-        data: { breadcrumbs: 'Cluster/Manager modules' },
+        data: { breadcrumbs: 'Cluster/Manager Modules' },
         children: [
           {
             path: '',
index 75042749a92c255df5687364f1f3cb4efdba4eea..ea9214a6deb71d295223462c26242263557cbe8f 100644 (file)
@@ -58,7 +58,6 @@ export class MgrModuleListComponent extends ListWithDetails {
       {
         name: this.i18n('Always-On'),
         prop: 'always_on',
-        isHidden: true,
         flexGrow: 1,
         cellClass: 'text-center',
         cellTransformation: CellTemplate.checkIcon
index 2a42f711fb55b3ebf294a62b463dadca048c23ff..891f674785ddd46b3bf9b4c457d77f1b76f23c26 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"