Loading lib/Travelynx.pm +15 −5 Original line number Diff line number Diff line Loading @@ -3208,8 +3208,12 @@ sub startup { uic => $status->{dep_eva}, longitude => undef, latitude => undef, scheduledTime => $status->{sched_departure}->epoch || undef, realTime => $status->{real_departure}->epoch || undef, scheduledTime => $status->{sched_departure} ? $status->{sched_departure}->epoch : undef, realTime => $status->{real_departure} ? $status->{real_departure}->epoch : undef, }, toStation => { ds100 => $status->{arr_ds100}, Loading @@ -3217,8 +3221,12 @@ sub startup { uic => $status->{arr_eva}, longitude => undef, latitude => undef, scheduledTime => $status->{sched_arrival}->epoch || undef, realTime => $status->{real_arrival}->epoch || undef, scheduledTime => $status->{sched_arrival} ? $status->{sched_arrival}->epoch : undef, realTime => $status->{real_arrival} ? $status->{real_arrival}->epoch : undef, }, train => { type => $status->{train_type}, Loading @@ -3226,7 +3234,9 @@ sub startup { no => $status->{train_no}, id => $status->{train_id}, }, actionTime => $status->{timestamp}->epoch, actionTime => $status->{timestamp} ? $status->{timestamp}->epoch : undef, intermediateStops => [], }; Loading templates/_public_status_card.html.ep +6 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,12 @@ <i class="material-icons small right sync-failed-marker grey-text" style="display: none;">sync_problem</i> <span class="card-title"><%= $name %> ist gerade nicht eingecheckt</span> <p> % if ($journey->{arr_name}) { Zuletzt gesehen in <%= $journey->{arr_name} %>. % } % else { Noch keine Zugfahrten geloggt. % } </p> </div> </div> Loading Loading
lib/Travelynx.pm +15 −5 Original line number Diff line number Diff line Loading @@ -3208,8 +3208,12 @@ sub startup { uic => $status->{dep_eva}, longitude => undef, latitude => undef, scheduledTime => $status->{sched_departure}->epoch || undef, realTime => $status->{real_departure}->epoch || undef, scheduledTime => $status->{sched_departure} ? $status->{sched_departure}->epoch : undef, realTime => $status->{real_departure} ? $status->{real_departure}->epoch : undef, }, toStation => { ds100 => $status->{arr_ds100}, Loading @@ -3217,8 +3221,12 @@ sub startup { uic => $status->{arr_eva}, longitude => undef, latitude => undef, scheduledTime => $status->{sched_arrival}->epoch || undef, realTime => $status->{real_arrival}->epoch || undef, scheduledTime => $status->{sched_arrival} ? $status->{sched_arrival}->epoch : undef, realTime => $status->{real_arrival} ? $status->{real_arrival}->epoch : undef, }, train => { type => $status->{train_type}, Loading @@ -3226,7 +3234,9 @@ sub startup { no => $status->{train_no}, id => $status->{train_id}, }, actionTime => $status->{timestamp}->epoch, actionTime => $status->{timestamp} ? $status->{timestamp}->epoch : undef, intermediateStops => [], }; Loading
templates/_public_status_card.html.ep +6 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,12 @@ <i class="material-icons small right sync-failed-marker grey-text" style="display: none;">sync_problem</i> <span class="card-title"><%= $name %> ist gerade nicht eingecheckt</span> <p> % if ($journey->{arr_name}) { Zuletzt gesehen in <%= $journey->{arr_name} %>. % } % else { Noch keine Zugfahrten geloggt. % } </p> </div> </div> Loading