Explorar o código

Merge pull request #1403 from huzichunjohn/issue_1400

Fixes #1400: Device interface shows twice on IP Addresses page
Jeremy Stretch %!s(int64=8) %!d(string=hai) anos
pai
achega
50ccccc3f4
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      netbox/ipam/tables.py

+ 0 - 1
netbox/ipam/tables.py

@@ -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 %}