From bfffbdedd0030b354453f3386dfc4d599e96f505 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Wed, 13 May 2026 22:07:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E6=A8=A1=E6=9D=BF=E4=B8=AD?= =?UTF-8?q?=E8=A2=AB=E5=90=83=E6=8E=89=E7=9A=84=E8=B7=91=E9=81=93=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=98=BE=E7=A4=BA=E5=8C=BA=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monitoring-web/templates/monitor.html | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 %}