More status page polish

This commit is contained in:
Mononaut
2024-03-06 19:34:12 +00:00
parent 31e320b2e2
commit be52fd4e46
13 changed files with 65 additions and 33 deletions

View File

@@ -101,12 +101,12 @@ const routes: Routes = [
if (window['__env']?.OFFICIAL_MEMPOOL_SPACE) {
routes[0].children.push({
path: 'nodes',
path: 'monitoring',
data: { networks: ['bitcoin', 'liquid'] },
component: ServerHealthComponent
});
routes[0].children.push({
path: 'network',
path: 'nodes',
data: { networks: ['bitcoin', 'liquid'] },
component: ServerStatusComponent
});