Skip to content

Commit

Permalink
Add support for V2Routes.Runtime in navigation getParentNavRouteValue…
Browse files Browse the repository at this point in the history
…. fixes the issues with not being highlighted.

Signed-off-by: Eneko Fernandez <eneko@weave.works>
  • Loading branch information
enekofb committed Dec 28, 2023
1 parent 0af2f4f commit a38fbec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/lib/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ export const getParentNavRouteValue = (

case V2Routes.FluxRuntime:
return V2Routes.FluxRuntime;
case V2Routes.Runtime:
return V2Routes.Runtime;

case V2Routes.ImageAutomation:
case V2Routes.ImageAutomationUpdatesDetails:
Expand Down

0 comments on commit a38fbec

Please sign in to comment.