3457 Display cable colors in device interface list

This commit is contained in:
Alexander Olofsson
2019-11-06 10:10:09 +01:00
parent a2a83a4a4c
commit bbd65988f9
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -48,6 +48,9 @@
<td class="text-nowrap">
{% if iface.cable %}
<a href="{{ iface.cable.get_absolute_url }}">{{ iface.cable }}</a>
{% if iface.cable.color %}
<span class="inline-color-block" style="background-color: #{{ iface.cable.color }}">&nbsp;</span>
{% endif %}
<a href="{% url 'dcim:interface_trace' pk=iface.pk %}" class="btn btn-primary btn-xs" title="Trace">
<i class="fa fa-share-alt" aria-hidden="true"></i>
</a>