From: Navin Barnwal Date: Tue, 4 May 2021 14:29:30 +0000 (+0530) Subject: mgr/dashboard: fix rename inventory to disks X-Git-Tag: v16.2.6~63^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ac6e55d6679f46cdd71648bcf0ba1b97859383ef;p=ceph.git mgr/dashboard: fix rename inventory to disks Inventory -> Physical Disks changed in total 3 locations Fixes: https://tracker.ceph.com/issues/50314 Signed-off-by: Navin Barnwal (cherry picked from commit f2aa58a5faaa8aa47c4245fc557a584a97496e67) --- diff --git a/src/pybind/mgr/dashboard/frontend/cypress/integration/ui/navigation.po.ts b/src/pybind/mgr/dashboard/frontend/cypress/integration/ui/navigation.po.ts index 999ac4ab93c18..c9cd336729414 100644 --- a/src/pybind/mgr/dashboard/frontend/cypress/integration/ui/navigation.po.ts +++ b/src/pybind/mgr/dashboard/frontend/cypress/integration/ui/navigation.po.ts @@ -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' }, diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.html index 55966e9ed2099..dfd4d3f90f113 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.html @@ -13,7 +13,7 @@
  • Inventory + i18n>Physical Disks