From: Navin Barnwal Date: Tue, 4 May 2021 14:29:30 +0000 (+0530) Subject: mgr/dashboard: fix rename inventory to disks X-Git-Tag: v17.1.0~2014^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f2aa58a5faaa8aa47c4245fc557a584a97496e67;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 --- 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 486d30dd6468..aa9271d6b2b4 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 79dd6daf6683..f8d06c5ca512 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