Selaa lähdekoodia

cmd/strelaysrv: Add note about relay operators

Jakob Borg 5 vuotta sitten
vanhempi
sitoutus
1950efb790
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      cmd/strelaypoolsrv/gui/index.html

+ 3 - 1
cmd/strelaypoolsrv/gui/index.html

@@ -51,7 +51,9 @@
       <div>
       <div>
         <div ng-show="relays !== undefined" class="ng-hide">
         <div ng-show="relays !== undefined" class="ng-hide">
           <p>
           <p>
-            Currently {{ relays.length }} relays online ({{ totals.goMaxProcs }} cores in total).
+            The relays listed on this page are not managed or vetted by the Syncthing project.
+            Each relay is the responsibility of the relay operator.
+            Currently {{ relays.length }} relays online.
           </p>
           </p>
         </div>
         </div>
         <div id="map"></div> <!-- Can't hide the map, otherwise it freaks out -->
         <div id="map"></div> <!-- Can't hide the map, otherwise it freaks out -->