Electrs server status page

This commit is contained in:
Mononaut
2024-03-03 20:31:02 +00:00
parent f63f1b1773
commit 5898143f66
8 changed files with 181 additions and 2 deletions

View File

@@ -0,0 +1,35 @@
.tomahawk {
.status-panel {
max-width: 720px;
margin: auto;
margin-top: 2em;
padding: 1em;
background: #24273e;
}
.status-table {
width: 100%;
td, th {
padding: 0.25em;
&.rtt, &.height {
text-align: right;
}
}
td {
cursor: pointer;
}
}
.mempoolStatus {
width: 100%;
height: 270px;
}
.hostLink {
text-align: center;
margin: auto;
margin-top: 1em;
}
}