Procházet zdrojové kódy

Fixes #1400: Device interface shows twice on IP Addresses page

johnhu před 8 roky
rodič
revize
b6afc68847
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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 %}