From fcf98b9dbf43a52293e48f5928f90b96755cbe5d Mon Sep 17 00:00:00 2001 From: Dorian Date: Wed, 20 May 2026 15:07:13 -0500 Subject: [PATCH] Show exact times in access logs --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index ad12ce2..f2e9986 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3320,7 +3320,7 @@ watch(mobileMenuOpen, (open) => {
{{ log.decision }}

{{ log.reason }} ยท {{ log.doorId || 'door' }}

- {{ formatDate(log.seenAt) }} + {{ formatDateTime(log.seenAt) }}
No access logs yet.