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 = `