diff --git a/services/web-ui/public/home.html b/services/web-ui/public/home.html index 7cce68a..28f8d78 100644 --- a/services/web-ui/public/home.html +++ b/services/web-ui/public/home.html @@ -560,5 +560,6 @@ loadStats(); setInterval(loadStats, 15000); + diff --git a/services/web-ui/public/projects.html b/services/web-ui/public/projects.html index be3d7ac..a599e09 100644 --- a/services/web-ui/public/projects.html +++ b/services/web-ui/public/projects.html @@ -575,5 +575,6 @@ document.addEventListener('keydown', e => { if (e.key === 'Escape') document.querySelectorAll('.modal-overlay.open').forEach(m => m.classList.remove('open')); }); loadAll(); +