From e4f2219f8c8f12030fd9544f2cf02aaf39baf5bb Mon Sep 17 00:00:00 2001 From: Palash Date: Thu, 23 Jun 2022 16:29:38 +0530 Subject: [PATCH] feat: dashboard breadcrumb is added --- frontend/src/container/TopNav/Breadcrumbs/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/container/TopNav/Breadcrumbs/index.tsx b/frontend/src/container/TopNav/Breadcrumbs/index.tsx index 33d42ac5b0..c8d8bc9628 100644 --- a/frontend/src/container/TopNav/Breadcrumbs/index.tsx +++ b/frontend/src/container/TopNav/Breadcrumbs/index.tsx @@ -17,6 +17,7 @@ const breadcrumbNameMap = { [ROUTES.MY_SETTINGS]: 'My Settings', [ROUTES.ERROR_DETAIL]: 'Errors', [ROUTES.LIST_ALL_ALERT]: 'Alerts', + [ROUTES.ALL_DASHBOARD]: 'Dashboard', }; function ShowBreadcrumbs(props: RouteComponentProps): JSX.Element {