mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add some more icons to the settings page
This commit is contained in:
parent
049f5c7fe1
commit
a3b3bdc88b
@ -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" %}'>
|
||||||
|
Loading…
Reference in New Issue
Block a user