mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-31 15:29:32 +00:00
Renamed tools templates to the recommended snake_case style
This commit is contained in:
parent
29e46d5d05
commit
dd5691f199
8 changed files with 7 additions and 7 deletions
|
|
@ -1,25 +0,0 @@
|
|||
{% 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>
|
||||
<tr>
|
||||
<td>Database Size</td>
|
||||
<td>{{ db_size != null ? db_size | format_bytes : 'Unknown' }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Database Name</td>
|
||||
<td>{{ db_name }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Database User</td>
|
||||
<td>{{ db_user }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
Loading…
Add table
Add a link
Reference in a new issue