Skip to content

Commit

Permalink
Merge pull request #1403 from huzichunjohn/issue_1400
Browse files Browse the repository at this point in the history
Fixes #1400: Device interface shows twice on IP Addresses page
  • Loading branch information
jeremystretch authored Aug 8, 2017
2 parents 36d5deb + b6afc68 commit 50ccccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion netbox/ipam/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
IPADDRESS_DEVICE = """
{% if record.interface %}
<a href="{{ record.interface.device.get_absolute_url }}">{{ record.interface.device }}</a>
({{ record.interface.name }})
{% else %}
&mdash;
{% endif %}
Expand Down

0 comments on commit 50ccccc

Please sign in to comment.