]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 31 Aug 2023 06:00:52 +0000 (08:00 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 31 Aug 2023 06:00:52 +0000 (08:00 +0200)
- notice added about difference between total peer/block count

templates/views/list.html

index 70c8f86d5334b5b78ed6a5d1e577cb51709a1f1b..09b12c03d9461dc8430e8b3008556f33474b4663 100644 (file)
 {% endblock %}
 
 {% block footer %}
+    <div class="notice">
+        <h3>Please note:</h3>
+        <ul>
+            <li>Total peer and block count are much lower than you might find on the individual instance.</li>
+            <li>This has the simple reason that this instance count does not include blacklisted instances.</li>
+        </ul>
+    </div>
+
     <a href="{{base_url}}/">Index</a> /
     {{ super() }}
 {% endblock %}