File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
apps/webapp/app/components/navigation Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -433,18 +433,7 @@ export function SideMenu({
433433 data-action = "deployments"
434434 isCollapsed = { isCollapsed }
435435 />
436- { ( user . admin || user . isImpersonating || featureFlags . hasLogsPageAccess ) && (
437- < SideMenuItem
438- name = "Logs"
439- icon = { LogsIcon }
440- activeIconColor = "text-logs"
441- inactiveIconColor = "text-logs"
442- to = { v3LogsPath ( organization , project , environment ) }
443- data-action = "logs"
444- badge = { < AlphaBadge /> }
445- isCollapsed = { isCollapsed }
446- />
447- ) }
436+
448437 < SideMenuItem
449438 name = "Test"
450439 icon = { BeakerIcon }
@@ -467,6 +456,18 @@ export function SideMenu({
467456 ) }
468457 onCollapseToggle = { handleSectionToggle ( "metrics" ) }
469458 >
459+ { ( user . admin || user . isImpersonating || featureFlags . hasLogsPageAccess ) && (
460+ < SideMenuItem
461+ name = "Logs"
462+ icon = { LogsIcon }
463+ activeIconColor = "text-logs"
464+ inactiveIconColor = "text-logs"
465+ to = { v3LogsPath ( organization , project , environment ) }
466+ data-action = "logs"
467+ badge = { < AlphaBadge /> }
468+ isCollapsed = { isCollapsed }
469+ />
470+ ) }
470471 < SideMenuItem
471472 name = "Query"
472473 icon = { TableCellsIcon }
You can’t perform that action at this time.
0 commit comments