diff --git a/templates/static/nodes.html.j2 b/templates/static/nodes.html.j2 index 9f7c825..f043949 100644 --- a/templates/static/nodes.html.j2 +++ b/templates/static/nodes.html.j2 @@ -16,7 +16,7 @@ Hardware Last Position Neighbors - Telemetry + Telemetry Seen @@ -30,13 +30,16 @@ DX Count - Battery + Battery - Voltage + Voltage - Channel Util + Air Util TX + + + Channel Util Since @@ -97,6 +100,11 @@ {{ node.telemetry.voltage|round(2) }}V {% endif %} + + {% if 'air_util_tx' in node.telemetry %} + {{ node.telemetry.air_util_tx|round(1) }}% + {% endif %} + {% if 'channel_utilization' in node.telemetry %} {{ node.telemetry.channel_utilization|round(1) }}% @@ -106,6 +114,7 @@ + {% endif %} {{ node.since.seconds }} secs