From: Navin Barnwal Date: Wed, 5 May 2021 15:54:36 +0000 (+0530) Subject: mgr/dashboard: fix rename inventory to disks X-Git-Tag: v17.1.0~2014^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=356c3c3bbf18a1dbce05d5b7b190df5ef69112e0;p=ceph.git mgr/dashboard: fix rename inventory to disks Fix failure check in Host detail component Fixes: https://tracker.ceph.com/issues/50314 Signed-off-by: Navin Barnwal --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.spec.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.spec.ts index 09e29e289804..8d632cc2bd3f 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.spec.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.spec.ts @@ -58,7 +58,7 @@ describe('HostDetailsComponent', () => { it('should show tabs', () => { expect(TabHelper.getTextContents(fixture)).toEqual([ 'Devices', - 'Inventory', + 'Physical Disks', 'Daemons', 'Performance Details', 'Device health'