1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix restriction violations for provider, circuit models

This commit is contained in:
Jeremy Stretch
2020-06-16 14:00:43 -04:00
parent 0f8df8c985
commit ffa3a229b5
3 changed files with 8 additions and 3 deletions

View File

@@ -90,7 +90,7 @@
<td>IP Addressing</td>
<td>
{% if termination.connected_endpoint %}
{% for ip in termination.connected_endpoint.ip_addresses.all %}
{% for ip in termination.ip_addresses %}
{% if not forloop.first %}<br />{% endif %}
<a href="{% url 'ipam:ipaddress' pk=ip.pk %}">{{ ip }}</a> ({{ ip.vrf|default:"Global" }})
{% empty %}