mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-28 05:49:32 +00:00
Added an page to view infos about the server (Part-DB, PHP and DB config
This commit is contained in:
parent
78d1dff40f
commit
34fbcec00f
10 changed files with 1287 additions and 1018 deletions
13
templates/Tools/ServerInfos/_db.html.twig
Normal file
13
templates/Tools/ServerInfos/_db.html.twig
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{% 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue