From a79b2ea1f6a6163a1382797900fe1a53a2749e02 Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Sat, 8 Aug 2026 14:37:32 +0000 Subject: [PATCH] Update web/index.html Add Fulcrum status dashboard --- web/index.html | 267 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 232 insertions(+), 35 deletions(-) diff --git a/web/index.html b/web/index.html index a533a8a..8117a3c 100644 --- a/web/index.html +++ b/web/index.html @@ -1,60 +1,257 @@ - - Munin Bitcoin + + + Munin Bitcoin + - +
+

Munin Bitcoin

+

Bitcoin watch-only wallet monitoring and label management

-

Munin Bitcoin

+
+
+ Munin service + + + Checking... + +
-

Service

-

Loading...

+
+ Fulcrum (Electrum server) + + + Checking... + +
-

Bitcoin Node

-

Loading...

+
+ Fulcrum endpoint + Checking... +
+
-

Wallet

-

Loading...

+
+
+ Wallet + Not configured +
-

Statistics

-

Labels: 0

-

Transactions: 0

+
+ Labels + 0 +
-

Last scan

-

Loading...

+
+ Transactions + 0 +
+
+ Last scan + Never +
- + setStatus( + document.getElementById('fulcrum-status'), + 'Unavailable', + 'disconnected', + ); + document.getElementById('fulcrum-url').textContent = 'Unavailable'; + errorElement.textContent = 'Unable to retrieve service status.'; + } + } + + loadStatus(); + setInterval(loadStatus, 10000); + \ No newline at end of file