mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
added app and db versions to about dialog in settings
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user