From e703a9d39d181698ba9292ce75bbb901005a7005 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sat, 28 Mar 2026 14:47:03 +0100 Subject: [PATCH] fix(ui): remove exchange summary bar from ExecutionDiagram --- .../ExecutionDiagram/ExecutionDiagram.tsx | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/ui/src/components/ExecutionDiagram/ExecutionDiagram.tsx b/ui/src/components/ExecutionDiagram/ExecutionDiagram.tsx index fc5378c2..3b6544ef 100644 --- a/ui/src/components/ExecutionDiagram/ExecutionDiagram.tsx +++ b/ui/src/components/ExecutionDiagram/ExecutionDiagram.tsx @@ -154,28 +154,6 @@ export function ExecutionDiagram({ return (
- {/* Exchange summary bar */} -
- Exchange - {detail.exchangeId || detail.executionId} - - {detail.status} - - - {detail.applicationName} / {detail.routeId} - - {detail.durationMs}ms - {detail.status === 'FAILED' && ( - - )} -
- {/* Diagram area */}