Преглед изворни кода

Merge pull request #1403 from huzichunjohn/issue_1400

Fixes #1400: Device interface shows twice on IP Addresses page
Jeremy Stretch пре 8 година
родитељ
комит
50ccccc3f4
1 измењених фајлова са 0 додато и 1 уклоњено
  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 %}