mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Change icons
https://github.com/inventree/InvenTree/pull/2372#issuecomment-1073005561
This commit is contained in:
		| @@ -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" %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user