From d4ef16c115b8429637f933038254646a61dd81b1 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Tue, 6 Jan 2026 17:19:10 +0100 Subject: fix: request reload notification and update button --- src/main/resources/templates/index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index a732fa2..0f65a7f 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -9,7 +9,12 @@
-

Alle Anfragen

+

+ Alle Anfragen + + Neue Anfragen laden + +

@@ -108,7 +113,7 @@ const eventSource = new EventSource('statistics/events'); eventSource.addEventListener('newrequest', event => { console.log(event); - document.getElementById('reload-notify').style.display = 'inline-flex'; + document.getElementById('reload-notify').style.display = 'inline'; }); -- cgit v1.2.3