add lnbits version to frontend (#1677)

This commit is contained in:
dni ⚡
2023-05-04 17:21:37 +02:00
committed by GitHub
parent 590b52cb31
commit 7feac3bb5e
5 changed files with 11 additions and 6 deletions
+6 -3
View File
@@ -240,10 +240,13 @@
<q-toolbar-title class="text-caption">
{{ SITE_TITLE }}, {{SITE_TAGLINE}}
<br />
<small v-if="'{{SITE_TITLE}}' == 'LNbits'"
<small
>{% raw %}{{ $t('lnbits_version') }}{% endraw %}:
{{LNBITS_VERSION}},
</small>
<small
>{% raw %}{{ $t('commit_version') }}{% endraw %}:
{{LNBITS_VERSION}}</small
{{COMMIT_VERSION}}</small
>
</q-toolbar-title>
<q-space></q-space>