Part-DB.Part-DB-server/templates/Tools/ServerInfos/_db.html.twig

13 lines
317 B
Twig
Raw Normal View History

{% 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>