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:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user