added app and db versions to about dialog in settings

This commit is contained in:
azivner
2017-11-16 20:03:44 -05:00
parent fed1cab2c9
commit 7e3fd2f63e
5 changed files with 30 additions and 7 deletions

View File

@@ -202,6 +202,16 @@
</div>
<div id="about">
<table class="table">
<tr>
<th>App version:</th>
<td id="app-version"></td>
</tr>
<tr>
<th>DB version:</th>
<td id="db-version"></td>
</tr>
<tr>
<th>Build date:</th>
<td id="build-date"></td>