diff --git a/src/components/JournalView/JournalDispatchers.vue b/src/components/JournalView/JournalDispatchers.vue
index b4c2d29..f9db851 100644
--- a/src/components/JournalView/JournalDispatchers.vue
+++ b/src/components/JournalView/JournalDispatchers.vue
@@ -24,8 +24,48 @@
- -
- {{ item.driverName }}
+
-
+
+ {{ new Date(doc.timestampFrom).toLocaleDateString('pl-PL') }}
+
+
+
+
+ {{ doc.dispatcherName }} • {{ doc.stationName }}
+ #{{ doc.stationHash }}
+ PL1
+
+
+ {{ doc.isOnline ? $t('history.online-since') : 'OFFLINE' }}
+
+ {{ new Date(doc.timestampFrom).toLocaleTimeString('pl-PL', { timeStyle: 'short' }) }}
+
+
+
+ ({{ calculateDuration(doc.currentDuration) }})
+
+
+
+ >
+ {{ new Date(doc.timestampTo).toLocaleTimeString('pl-PL', { timeStyle: 'short' }) }}
+ ({{ $t('history.duty-lasted') }} {{ calculateDuration(doc.currentDuration!) }})
+
+
+
+
+
+
+
@@ -41,7 +81,7 @@