Update api/templates/route.html
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m35s

This commit is contained in:
Nicholas Orlowsky 2025-10-08 11:53:45 +00:00
parent 8ab3ed331f
commit 5990b3a6e3

View file

@ -149,7 +149,7 @@ document.addEventListener("DOMContentLoaded", () => {
{% if let Tracked(live) = live_o %} {% if let Tracked(live) = live_o %}
{% let time = (t + (live.delay * 60.0) as i64) %} {% let time = (t + (live.delay * 60.0) as i64) %}
{% if live.next_stop_id == Some(*row.stop_id) %} {% if live.next_stop_id == Some(*row.stop_id) %}
<td style="background-color: #00bb00"> <td style="background-color: #005500">
{% else %} {% else %}
<td style="background-color: #003300"> <td style="background-color: #003300">
{% endif %} {% endif %}