diff --git a/web/src/components/WifiDevice.vue b/web/src/components/WifiDevice.vue index a6bb2fa..7244202 100644 --- a/web/src/components/WifiDevice.vue +++ b/web/src/components/WifiDevice.vue @@ -69,7 +69,7 @@ - {{ wifiDevice.lastSeen | from }} + {{ wifiDevice.lastSeen | dateAndTime }} Visto pela Ășltima vez diff --git a/web/src/components/widgets/DevicesWidget.vue b/web/src/components/widgets/DevicesWidget.vue index e2d32a0..e0235c9 100755 --- a/web/src/components/widgets/DevicesWidget.vue +++ b/web/src/components/widgets/DevicesWidget.vue @@ -1,5 +1,9 @@