diff --git a/public/app.js b/public/app.js index 2318254..c5ec873 100644 --- a/public/app.js +++ b/public/app.js @@ -4744,9 +4744,10 @@ function connectEvents() { }); eventSource.addEventListener("swr.run.finished", async () => { await refreshStatus(); + await refreshSwrReport(); }); eventSource.addEventListener("swr.report.changed", async () => { - // SWR images are intentionally not auto-reloaded to avoid repeated browser fetches. + await refreshSwrReport(); }); eventSource.addEventListener("plugin.provider.changed", async () => { await refreshPlugins();