mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-29 19:12:02 +08:00
fix: trace explorer not highlighting in sidenav (#5263)
This commit is contained in:
parent
c104b758ba
commit
3b4b9e43b3
@ -125,8 +125,8 @@ const menuItems: SidebarItem[] = [
|
|||||||
|
|
||||||
/** Mapping of some newly added routes and their corresponding active sidebar menu key */
|
/** Mapping of some newly added routes and their corresponding active sidebar menu key */
|
||||||
export const NEW_ROUTES_MENU_ITEM_KEY_MAP: Record<string, string> = {
|
export const NEW_ROUTES_MENU_ITEM_KEY_MAP: Record<string, string> = {
|
||||||
[ROUTES.TRACES_EXPLORER]: ROUTES.TRACE,
|
[ROUTES.TRACE]: ROUTES.TRACES_EXPLORER,
|
||||||
[ROUTES.TRACE_EXPLORER]: ROUTES.TRACE,
|
[ROUTES.TRACE_EXPLORER]: ROUTES.TRACES_EXPLORER,
|
||||||
[ROUTES.LOGS_BASE]: ROUTES.LOGS_EXPLORER,
|
[ROUTES.LOGS_BASE]: ROUTES.LOGS_EXPLORER,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user