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

Fixes #1125: Include MAC addresses on a device's interface list

This commit is contained in:
Jeremy Stretch
2017-05-02 15:01:27 -04:00
parent 1f7ef15ad1
commit 6791ff6192
5 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
<td>
<i class="fa fa-fw fa-bolt"></i> {{ po.name }}
</td>
<td></td>
{% if po.connected_port %}
<td>
<a href="{% url 'dcim:device' pk=po.connected_port.device.pk %}">{{ po.connected_port.device }}</a>