Update web/index.html
Create Munin Bitcoin status dashboard
This commit is contained in:
+17
-5
@@ -4,14 +4,26 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Munin Bitcoin</title>
|
<title>Munin Bitcoin</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Munin Bitcoin</h1>
|
|
||||||
|
|
||||||
<h2>Status</h2>
|
<h1>Munin Bitcoin</h1>
|
||||||
|
|
||||||
<p>🟢 Service: Running</p>
|
<h2>Service</h2>
|
||||||
<p>Wallet: Not configured</p>
|
<p>🟢 Running</p>
|
||||||
<p>Bitcoin node: Not connected</p>
|
|
||||||
|
<h2>Bitcoin Node</h2>
|
||||||
|
<p>⚪ Not connected</p>
|
||||||
|
|
||||||
|
<h2>Wallet</h2>
|
||||||
|
<p>⚪ Not configured</p>
|
||||||
|
|
||||||
|
<h2>Statistics</h2>
|
||||||
|
<p>Labels: 0</p>
|
||||||
|
<p>Transactions: 0</p>
|
||||||
|
|
||||||
|
<h2>Last scan</h2>
|
||||||
|
<p>Never</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user