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" >