diff --git a/meshview/templates/top.html b/meshview/templates/top.html index 61f77ba..5e4bb58 100644 --- a/meshview/templates/top.html +++ b/meshview/templates/top.html @@ -63,9 +63,9 @@ h1 { } #stats { - text-align: center; /* Centers the content inside the #stats container */ - margin-top: 20px; /* Adds a 20px margin at the top */ - color: #fff + text-align: center; + margin-top: 20px; + color: #fff; } {% endblock %} @@ -73,15 +73,18 @@ h1 { {% block body %}
This chart shows a bell curve (normal distribution) based on the total "Times Seen" values for all nodes. It helps visualize how frequently nodes are heard, relative to the average.
+This "Time Seen" value is the closest that we can get to Mesh utilization by node.
+Mean: - Standard Deviation:
+Mean:
-Standard Deviation:
-| {{ node.long_name }} | +{{ node.long_name }} | {{ node.short_name }} | {{ node.channel }} | {{ node.total_packets_sent }} | @@ -114,7 +117,7 @@ h1 {