You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed Event Log acknowledge buttons not working — acknowledgeEvent and acknowledgeAllEvents were defined inside a block scope but called from onclick handlers that require global access. Added window.xxx exposure (same fix pattern as Incident Journal in v2026-02-12.4).
Fixed Event badge not updating after acknowledge — Dashboard auto-refresh now also fetches /api/events/count to keep the sidebar badge in sync.