chore: added info about offline driver for train info tooltip and scenery timetables

This commit is contained in:
2025-07-19 15:34:49 +02:00
parent 8b6944a8e5
commit 87f7ff58e8
3 changed files with 19 additions and 1 deletions
@@ -134,6 +134,12 @@
<b>&nbsp;{{ row.train.trainNo }}</b>
&bull;
{{ row.train.driverName }}
<i
class="fa-solid fa-user-slash"
style="color: salmon"
v-if="!row.train.online && row.train.lastSeen <= Date.now() - 60000"
></i>
</span>
<!-- Train stop comments -->