]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix rename inventory to disks
authorNavin Barnwal <knbarnwal@gmail.com>
Tue, 4 May 2021 14:29:30 +0000 (19:59 +0530)
committerNizamudeen A <nia@redhat.com>
Tue, 17 Aug 2021 07:31:43 +0000 (13:01 +0530)
Inventory -> Physical Disks changed in total 3 locations

Fixes: https://tracker.ceph.com/issues/50314
Signed-off-by: Navin Barnwal <knbarnwal@gmail.com>
(cherry picked from commit f2aa58a5faaa8aa47c4245fc557a584a97496e67)

src/pybind/mgr/dashboard/frontend/cypress/integration/ui/navigation.po.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.html

index 999ac4ab93c18c3f8bf9e29805221ad36d204665..c9cd336729414f88d1fb121952cc9bd5be7e234c 100644 (file)
@@ -20,7 +20,7 @@ export class NavigationPageHelper extends PageHelper {
       menu: 'Cluster',
       submenus: [
         { menu: 'Hosts', component: 'cd-hosts' },
-        { menu: 'Inventory', component: 'cd-error' },
+        { menu: 'Physical Disks', component: 'cd-error' },
         { menu: 'Monitors', component: 'cd-monitor' },
         { menu: 'Services', component: 'cd-error' },
         { menu: 'OSDs', component: 'cd-osd-list' },
index 55966e9ed20995ee91bcd654b7f719bb3492d63c..dfd4d3f90f113119087206a2507545602ee32843 100644 (file)
@@ -13,7 +13,7 @@
     <li ngbNavItem="inventory"
         *ngIf="permissions.hosts.read">
       <a ngbNavLink
-         i18n>Inventory</a>
+         i18n>Physical Disks</a>
       <ng-template ngbNavContent>
         <cd-inventory [hostname]="selectedHostname"></cd-inventory>
       </ng-template>