- |
-
- {{ historyItem.stationName }}
-
- |
- #{{ historyItem.stationHash }} |
-
-
- {{ historyItem.dispatcherName }}
-
- |
-
-
- {{ historyItem.dispatcherLevel >= 2 ? historyItem.dispatcherLevel : 'L' }}
-
- |
-
-
- {{ historyItem.dispatcherRate }}
- |
-
-
- {{
- regions.find((r) => r.id == historyItem.region)?.value || '???'
- }}
- |
-
-
-
- {{ $d(historyItem.timestampFrom) }}
-
- {{ timestampToString(historyItem.timestampFrom) }}
- - {{ timestampToString(historyItem.timestampTo) }} ({{
- calculateDuration(historyItem.currentDuration)
- }})
-
-
-
-
- {{
- $t('journal.online-since')
- }}
- {{ timestampToString(historyItem.timestampFrom) }}
+
+
+ |
+
+ {{ historyItem.stationName }}
+
+ |
+ #{{ historyItem.stationHash }} |
+
+
+ {{ historyItem.dispatcherName }}
+
+ |
+
+
+ {{ historyItem.dispatcherLevel >= 2 ? historyItem.dispatcherLevel : 'L' }}
- ({{ calculateDuration(historyItem.currentDuration) }})
-
- |
-
+ |
+
+ {{ historyItem.dispatcherRate }}
+ |
+
+ {{
+ regions.find((r) => r.id == historyItem.region)?.value || '???'
+ }}
+ |
+
+
+ {{ $d(historyItem.timestampFrom) }}
+ {{ timestampToString(historyItem.timestampFrom) }}
+ - {{ timestampToString(historyItem.timestampTo) }} ({{
+ calculateDuration(historyItem.currentDuration)
+ }})
+
+
+
+ {{
+ $t('journal.online-since')
+ }}
+ {{ timestampToString(historyItem.timestampFrom) }}
+
+ ({{ calculateDuration(historyItem.currentDuration) }})
+
+ |
+
+