feat(ui): add config groups navigation icon

!35
This commit is contained in:
2024-07-09 22:50:38 +09:30
parent 2d80f02634
commit cb66b9303a
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 17L12 13H15.2C15.6 14.2 16.7 15 18 15C19.7 15 21 13.7 21 12S19.7 9 18 9C16.7 9 15.6 9.8 15.2 11H12L8 7V3H3V8H6L10.2 12L6 16H3V21H8V17Z" /></svg>

After

Width:  |  Height:  |  Size: 216 B

View File

@ -45,6 +45,8 @@ span.navigation_icon {
{% include 'icons/devices.svg' %}
{% elif group_urls.name == 'Software' %}
{% include 'icons/software.svg' %}
{% elif group_urls.name == 'Groups' %}
{% include 'icons/config_management.svg' %}
{% endif %}
</span>
<a href="{{ group_urls.url }}">{{ group_urls.name }}</a>