From 698b97d5364ba11ba4c63cd40dcd6e7f70286813 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sat, 28 Mar 2026 14:02:49 +0100 Subject: [PATCH] fix(ui): update Dashboard links to use new exchange URL structure Co-Authored-By: Claude Sonnet 4.6 --- ui/src/pages/Dashboard/Dashboard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/pages/Dashboard/Dashboard.tsx b/ui/src/pages/Dashboard/Dashboard.tsx index 16862364..3ade0a1d 100644 --- a/ui/src/pages/Dashboard/Dashboard.tsx +++ b/ui/src/pages/Dashboard/Dashboard.tsx @@ -345,7 +345,7 @@ export default function Dashboard() { title="Inspect exchange" onClick={(e) => { e.stopPropagation() - navigate(`/exchanges/${row.executionId}`) + navigate(`/exchanges/${row.applicationName}/${row.routeId}/${row.executionId}`) }} > @@ -461,7 +461,7 @@ export default function Dashboard() {