Matthias 2022-03-20 00:26:04 +01:00
parent 028fff1473
commit 62a81c1a62
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -3,9 +3,9 @@
{% load inventree_extras %}
{% trans "Notifications" as text %}
{% include "sidebar_header.html" with text=text icon='fa-user' %}
{% include "sidebar_header.html" with text=text icon='fa-bell' %}
{% trans "Inbox" as text %}
{% include "sidebar_item.html" with label='inbox' text=text icon="fa-cog" %}
{% include "sidebar_item.html" with label='inbox' text=text icon="fa-envelope" %}
{% trans "History" as text %}
{% include "sidebar_item.html" with label='history' text=text icon="fa-desktop" %}
{% include "sidebar_item.html" with label='history' text=text icon="fa-clock" %}