From 23f44e894462e5658f8bcb85899df009fe379379 Mon Sep 17 00:00:00 2001 From: Navin Barnwal Date: Fri, 7 May 2021 13:17:39 +0530 Subject: [PATCH] mgr/dashboard: fix rename inventory to disks Fix Inventory breadcrumbs Fixes: https://tracker.ceph.com/issues/50314 Signed-off-by: Navin Barnwal --- src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts b/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts index 4ca71f17259d2..23d28472cd3fa 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts @@ -138,7 +138,7 @@ const routes: Routes = [ section_info: 'Orchestrator', header: 'Orchestrator is not available' }, - breadcrumbs: 'Cluster/Inventory' + breadcrumbs: 'Cluster/Physical Disks' } }, { -- 2.39.5