From a38fbeca6a75f31e2bf9eff2bee1af4b4becc3e7 Mon Sep 17 00:00:00 2001 From: Eneko Fernandez Date: Thu, 28 Dec 2023 11:44:34 +0100 Subject: [PATCH] Add support for V2Routes.Runtime in navigation getParentNavRouteValue. fixes the issues with not being highlighted. Signed-off-by: Eneko Fernandez --- ui/lib/nav.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/lib/nav.ts b/ui/lib/nav.ts index 53699f7d70..a169ac7bb9 100644 --- a/ui/lib/nav.ts +++ b/ui/lib/nav.ts @@ -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: