fix: add favicon to docker and load events immediately

This commit is contained in:
2025-03-12 11:53:55 +01:00
parent 28b34d8281
commit 8af989f372
2 changed files with 2 additions and 1 deletions

View File

@@ -63,6 +63,7 @@
location.reload();
});
eventFilters.style.display = "block";
fetchEvents(storedApiKey);
} else {
apikeyContainer.innerHTML = `
<label for="apikey" class="form-label">API Key</label>