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

@@ -415,6 +415,10 @@ export class WebsocketService {
this.stateService.previousRetarget$.next(response.previousRetarget);
}
if (response['tomahawk']) {
this.stateService.serverHealth$.next(response['tomahawk']);
}
if (response['git-commit']) {
this.stateService.backendInfo$.next(response['git-commit']);
}