From 6a2b8513d41984f2ecbddfd5ff6b7f3ebfa0d235 Mon Sep 17 00:00:00 2001
From: JohnBaumb <80135794+JohnBaumb@users.noreply.github.com>
Date: Thu, 23 Apr 2026 11:35:33 -0700
Subject: [PATCH] fix: add tooltip to source dot in batch history
---
webui/static/pages-extra.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/webui/static/pages-extra.js b/webui/static/pages-extra.js
index 97d60281..1cf966a5 100644
--- a/webui/static/pages-extra.js
+++ b/webui/static/pages-extra.js
@@ -2876,8 +2876,10 @@ function _adlRenderBatchHistory() {
// Optional thumbnail
const thumb = h.thumb_url
? `
`
- : '';
-
+ : '';Source = h.source || h.source_page || '';
+ const dotColor = sourceColors[dotSource] || '255, 255, 255';
+ const dotTip = dotSource ? `Source: ${dotSource}` : 'Unknown source';
+ const histDot = `