mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Add debug mode and database backend as info to the "stats" dialog
This commit is contained in:
@ -13,6 +13,19 @@
|
||||
<td>{% trans "Instance Name" %}</td>
|
||||
<td>{% inventree_instance_name %}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class='fas fa-database'></span></td>
|
||||
<td>{% trans "Database" %}</td>
|
||||
<td>{% inventree_db_engine %}</td>
|
||||
</tr>
|
||||
{% inventree_in_debug_mode as debug_mode %}
|
||||
{% if debug_mode %}
|
||||
<tr>
|
||||
<td><span class='fas fa-laptop-code'></span></td>
|
||||
<td>{% trans "Debug Mode" %}</td>
|
||||
<td>{% trans "Server is running in debug mode" %}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if user.is_staff %}
|
||||
<tr>
|
||||
<td><span class='fas fa-server'></span></td>
|
||||
|
Reference in New Issue
Block a user