1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Don't use chevron-right icon for hierarchy

This commit is contained in:
Jeremy Stretch
2020-11-06 16:26:16 -05:00
parent 5db14f9410
commit 62b0a68bef
10 changed files with 22 additions and 42 deletions

View File

@@ -90,8 +90,7 @@
<td>
{% if circuit.tenant %}
{% if circuit.tenant.group %}
<a href="{{ circuit.tenant.group.get_absolute_url }}">{{ circuit.tenant.group }}</a>
<i class="mdi mdi-chevron-right"></i>
<a href="{{ circuit.tenant.group.get_absolute_url }}">{{ circuit.tenant.group }}</a> /
{% endif %}
<a href="{{ circuit.tenant.get_absolute_url }}">{{ circuit.tenant }}</a>
{% else %}