Merge pull request #447 from mempool/simon/frontend-commit-hash-hostname

Backend and frontend commit, version and hostname displayed on the about page
This commit is contained in:
wiz
2021-04-13 13:58:59 +09:00
committed by GitHub
12 changed files with 74 additions and 25 deletions

View File

@@ -3,9 +3,13 @@
<br>
<img src="./resources/mempool-logo-bigger.png" height="62.5" width="250">
<br>
<br>
<div class="text-small text-center offset-md-1">
v2.2-dev ({{ gitCommit$ | async }})
<div class="text-small">
Frontend:
v{{ packetJsonVersion }} ({{ frontendGitCommitHash }}) [{{ hostname }}]
<br>
Backend: v{{ (backendInfo$ | async ).version }} ({{ (backendInfo$ | async ).gitCommit | slice:0:8 }}) [{{ (backendInfo$ | async).hostname }}]
</div>
<br>