2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 19:46:46 +00:00

Add option to hide active sessions from settings panel (#7366)

This commit is contained in:
Oliver 2024-05-28 09:35:01 +10:00 committed by GitHub
parent 5577a086c9
commit 30e1924e8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,6 +162,9 @@
</div> </div>
</div> </div>
{% inventree_customize 'hide_active_sessions' as hide_active_sessions %}
{% if not hide_active_sessions %}
<div class="row"> <div class="row">
<div class='panel-heading'> <div class='panel-heading'>
<div class='d-flex flex-wrap'> <div class='d-flex flex-wrap'>
@ -211,6 +214,8 @@
</table> </table>
</div> </div>
</div> </div>
{% endif %}
{% endblock content %} {% endblock content %}
{% block js_ready %} {% block js_ready %}