diff --git a/monitoring-web/templates/monitor.html b/monitoring-web/templates/monitor.html index 825932b7..fc117b87 100644 --- a/monitoring-web/templates/monitor.html +++ b/monitoring-web/templates/monitor.html @@ -71,6 +71,17 @@ {{ c.trend.symbol() }} + {% if !c.runway_pairs.is_empty() %} +
+
+ {% for (label, temp) in c.runway_pairs %} +
+ {{ label }} + {{ "{:.1}"|format(temp) }}°C +
+ {% endfor %} +
+ {% endif %} {% endfor %}