Skip to content

Commit cbabbd7

Browse files
authored
Merge pull request #870 from nscuro/issue-2093
Add database name and version to About dialog
2 parents 8fb19ef + 3f2636c commit cbabbd7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/views/components/AboutModal.vue

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
Built On: {{ frontendTimestamp }}
3333
</b-col>
3434
</b-row>
35+
<b-row class="mt-3">
36+
<b-col>
37+
Database Product: {{ this.dtrack.database.productName }}<br />
38+
Database Version: {{ this.dtrack.database.productVersion }}
39+
</b-col>
40+
</b-row>
3541
<hr />
3642
<b-row>
3743
<b-col>

0 commit comments

Comments
 (0)