mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 10:24:31 +02:00
13 lines
317 B
Twig
13 lines
317 B
Twig
|
{% import "helper.twig" as helper %}
|
||
|
<table class="table table-sm table-striped table-hover table-bordered">
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>Database type</td>
|
||
|
<td>{{ db_type }}</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>Database Server Version</td>
|
||
|
<td>{{ db_version }}</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|