Add some more icons to the settings page

This commit is contained in:
Oliver 2021-10-19 10:59:52 +11:00
parent 049f5c7fe1
commit a3b3bdc88b

View File

@ -9,12 +9,12 @@
</li> </li>
<li class='list-group-item'> <li class='list-group-item'>
<strong>{% trans "User Settings" %}</strong> <span class='fas fa-user'></span> <strong>{% trans "User Settings" %}</strong>
</li> </li>
<li class='list-group-item' title='{% trans "Account" %}'> <li class='list-group-item' title='{% trans "Account" %}'>
<a href='#' class='nav-toggle' id='select-account'> <a href='#' class='nav-toggle' id='select-account'>
<span class='fas fa-user'></span> {% trans "Account" %} <span class='fas fa-user-cog'></span> {% trans "Account" %}
</a> </a>
</li> </li>
@ -59,7 +59,7 @@
{% if user.is_staff %} {% if user.is_staff %}
<li class='list-group-item'> <li class='list-group-item'>
<strong>{% trans "InvenTree Settings" %}</strong> <span class='fas fa-cogs'></span> <strong>{% trans "InvenTree Settings" %}</strong>
</li> </li>
<li class='list-group-item' title='{% trans "Server" %}'> <li class='list-group-item' title='{% trans "Server" %}'>