mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Change icons
https://github.com/inventree/InvenTree/pull/2372#issuecomment-1073005561
This commit is contained in:
parent
028fff1473
commit
62a81c1a62
@ -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" %}
|
||||
|
Loading…
Reference in New Issue
Block a user