Просмотр исходного кода

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

johnhu 8 лет назад
Родитель
Сommit
b6afc68847
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 %}