1
app/templates/icons/config_management.svg
Normal file
1
app/templates/icons/config_management.svg
Normal 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 |
@ -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>
|
||||
|
Reference in New Issue
Block a user