mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-24 12:54:44 +02:00
Show configured and effective maximum file size in server info page.
This commit is contained in:
parent
27de5ae387
commit
f9fd015ecb
3 changed files with 10 additions and 2 deletions
|
@ -62,5 +62,9 @@
|
|||
<td>Detailed error pages enabled</td>
|
||||
<td>{{ helper.boolean_badge(detailed_error_pages) }} (Admin Contact email: {{ error_page_admin_email }})</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Maximum file size for attachments</td>
|
||||
<td>{{ configured_max_file_size }} (Effective: {{ effective_max_file_size | format_bytes }})</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
Loading…
Add table
Add a link
Reference in a new issue