Show database size in system info tool

This commit is contained in:
Jan Böhmer 2023-01-16 00:06:14 +01:00
parent 706253ce74
commit 6eb40c6a41
4 changed files with 47 additions and 0 deletions

View file

@ -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>