diff --git a/meshview/templates/reliability.html b/meshview/templates/reliability.html
index ac39b4d..5788c1b 100644
--- a/meshview/templates/reliability.html
+++ b/meshview/templates/reliability.html
@@ -211,6 +211,17 @@
font-weight: 700;
}
+.reliability-status-skipped {
+ color: #cbd5e1 !important;
+ font-weight: 700;
+}
+
+.reliability-row-skipped td {
+ text-decoration: line-through;
+ text-decoration-thickness: 1px;
+ color: rgba(255, 255, 255, 0.58) !important;
+}
+
@media (max-width: 600px) {
.reach-gateway-panels {
grid-template-columns: 1fr;
@@ -226,7 +237,9 @@
Review how often each gateway hears packets from a selected node. The report uses the
latest selected packet sample and calculates reliability as heard packets divided by packets
reviewed. The range table groups gateways by reliability bands, while the gateway list
- shows each gateway's heard count and percentage for the same sample.
+ shows each gateway's heard count and percentage for the same sample. Reliability is
+ calculated only from Text, Position, Node Info, and Telemetry packets; other packet types
+ are shown in packet details but skipped from the calculation.