Added device location to home screen.

This commit is contained in:
2021-06-28 08:41:58 +05:30
parent db5f2731be
commit fd2659eee5
3 changed files with 13 additions and 2 deletions

View File

@ -270,5 +270,8 @@
</mat-card>
</div>
<footer class="footer">
<p>Backend: v{{ auth.user?.ver }} / Frontend: v{{ version }} on {{ auth.device.name }}</p>
<p>
Backend: v{{ auth.user?.ver }} / Frontend: v{{ version }} on {{ auth.device.name }} @
{{ auth.device.section.name }}
</p>
</footer>