| {{ $t('scenery.dispatchers-history-hash') }} | {{ $t('scenery.dispatchers-history-dispatcher') }} | {{ $t('scenery.dispatchers-history-level') }} | {{ $t('scenery.dispatchers-history-rate') }} | {{ $t('scenery.dispatchers-history-date') }} |
|---|---|---|---|---|
| #{{ historyItem.stationHash }} |
|
{{ historyItem.dispatcherLevel >= 2 ? historyItem.dispatcherLevel : 'L' }} | {{ historyItem.dispatcherRate }} |
{{ $d(historyItem.timestampFrom) }}
{{ timestampToString(historyItem.timestampFrom) }}
- {{ timestampToString(historyItem.timestampTo) }} ({{
calculateDuration(historyItem.currentDuration)
}})
{{ $t('journal.online-since') }}
{{ timestampToString(historyItem.timestampFrom) }}
({{ calculateDuration(historyItem.currentDuration) }})
|