]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix rename inventory to disks
authorNavin Barnwal <knbarnwal@gmail.com>
Wed, 5 May 2021 15:54:36 +0000 (21:24 +0530)
committerNizamudeen A <nia@redhat.com>
Tue, 17 Aug 2021 07:31:43 +0000 (13:01 +0530)
Fix failure check in Host detail component

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

src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.spec.ts

index 09e29e289804c4b6dd7bdf79608c3bcadad2c956..8d632cc2bd3fa867d1f0984f2035d7c3d8830c4a 100644 (file)
@@ -58,7 +58,7 @@ describe('HostDetailsComponent', () => {
     it('should show tabs', () => {
       expect(TabHelper.getTextContents(fixture)).toEqual([
         'Devices',
-        'Inventory',
+        'Physical Disks',
         'Daemons',
         'Performance Details',
         'Device health'