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> {{ pp.name }}
</td>
<td></td>
{% if pp.power_outlet %}
<td>
<a href="{% url 'dcim:device' pk=pp.power_outlet.device.pk %}">{{ pp.power_outlet.device }}</a>