diff --git a/data/src/index.html b/data/src/index.html index 0d9e73f..0de123e 100644 --- a/data/src/index.html +++ b/data/src/index.html @@ -71,7 +71,7 @@
Uptime: {{#if uptime.h }}{{ uptime.h }}h {{/if}}{{ uptime.m }}m {{ uptime.s }}s
- Price connection:
+ WS Price connection:
{{#if connectionStatus.price}}
✅
@@ -80,14 +80,15 @@
{{/if}}
-
- Mempool.space connection:
+ WS Mempool.space connection:
{{#if connectionStatus.blocks}}
✅
{{else}}
❌
{{/if}}
-
+
+ If you use "Fetch € price" the WS Price connection will show ❌ since it uses another data source.