mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-05 16:20:47 +08:00
Merge pull request #1311 from palashgdev/490-dashboard
feat: dashboard breadcrumb is added
This commit is contained in:
commit
31931e5a6c
@ -17,6 +17,7 @@ const breadcrumbNameMap = {
|
|||||||
[ROUTES.MY_SETTINGS]: 'My Settings',
|
[ROUTES.MY_SETTINGS]: 'My Settings',
|
||||||
[ROUTES.ERROR_DETAIL]: 'Errors',
|
[ROUTES.ERROR_DETAIL]: 'Errors',
|
||||||
[ROUTES.LIST_ALL_ALERT]: 'Alerts',
|
[ROUTES.LIST_ALL_ALERT]: 'Alerts',
|
||||||
|
[ROUTES.ALL_DASHBOARD]: 'Dashboard',
|
||||||
};
|
};
|
||||||
|
|
||||||
function ShowBreadcrumbs(props: RouteComponentProps): JSX.Element {
|
function ShowBreadcrumbs(props: RouteComponentProps): JSX.Element {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user