Merge pull request #1403 from huzichunjohn/issue_1400

Fixes #1400: Device interface shows twice on IP Addresses page
This commit is contained in:
Jeremy Stretch 2017-08-08 08:23:14 -04:00 committed by GitHub
commit 50ccccc3f4

View File

@ -80,7 +80,6 @@ IPADDRESS_LINK = """
IPADDRESS_DEVICE = """
{% if record.interface %}
<a href="{{ record.interface.device.get_absolute_url }}">{{ record.interface.device }}</a>
({{ record.interface.name }})
{% else %}
&mdash;
{% endif %}