diff --git a/www/js/version.json b/www/js/version.json index 78fce7c..0748877 100644 --- a/www/js/version.json +++ b/www/js/version.json @@ -1,5 +1,5 @@ { - "VERSION": "v0.7.50", - "VERSION_NUMBER": "0.7.50", - "BUILD_DATE": "2026-06-26T14:52:01.942Z" + "VERSION": "v0.7.51", + "VERSION_NUMBER": "0.7.51", + "BUILD_DATE": "2026-06-26T17:29:49.389Z" } diff --git a/www/relays.html b/www/relays.html index 2e5a50f..ea68dff 100644 --- a/www/relays.html +++ b/www/relays.html @@ -257,9 +257,9 @@ ================================================================ -->
| Relay | '; html += 'Connected | '; html += 'Serving | '; - html += 'Sample Follows | '; + html += 'Follows | '; html += '${relay.url} | `; html += `${connected} | `; html += `${servingCount} | `; - html += `${sampleFollows} | `; + html += `${followsList} | `; html += ''; }
|---|