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