From af824675957ac742b196627ee8aab358130e43d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Sat, 24 Jan 2026 22:00:13 +0000 Subject: [PATCH] fix: Link Analytics button to job analytics page Co-Authored-By: Claude Opus 4.5 --- web/components/ExecutionsView.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/components/ExecutionsView.tsx b/web/components/ExecutionsView.tsx index 501b4c0..e402335 100644 --- a/web/components/ExecutionsView.tsx +++ b/web/components/ExecutionsView.tsx @@ -290,13 +290,13 @@ ${JSON.stringify(execution.result_summary || {}, null, 2)} return (
- {/* Analytics button - only for completed */} - {isCompleted && ( + {/* Analytics button - only for completed with job_id */} + {isCompleted && execution.job_id && ( e.stopPropagation()} - title="View Analytics" + title="View Job Analytics" >