mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 11:54:32 +02:00
Show database size in system info tool
This commit is contained in:
parent
706253ce74
commit
6eb40c6a41
4 changed files with 47 additions and 0 deletions
|
@ -9,5 +9,9 @@
|
|||
<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>
|
||||
</tbody>
|
||||
</table>
|
Loading…
Add table
Add a link
Reference in a new issue