fix: show full exchange ID in breadcrumb
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -261,7 +261,7 @@ export default function ExchangeDetail() {
|
||||
{ label: 'Applications', href: '/apps' },
|
||||
{ label: detail.applicationName || 'App', href: `/apps/${detail.applicationName}` },
|
||||
{ label: detail.routeId, href: `/apps/${detail.applicationName}/${detail.routeId}` },
|
||||
{ label: detail.executionId?.slice(0, 12) || '' },
|
||||
{ label: detail.executionId || '' },
|
||||
] : null, [detail?.applicationName, detail?.routeId, detail?.executionId])
|
||||
useBreadcrumb(breadcrumbItems)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user