Fixes #10108: Linkify inside NAT IPs for primary device IPs in UI

This commit is contained in:
jeremystretch
2022-08-23 09:17:12 -04:00
parent 79c6fb0415
commit 7f8bfc60f8
3 changed files with 8 additions and 8 deletions

View File

@@ -95,9 +95,9 @@
<td>
{% for ip in object.nat_outside.all %}
{{ ip|linkify }}
{% if ip.assigned_object %}
({{ ip.assigned_object.parent_object|linkify }})
{% endif %}<br/>
{% if ip.assigned_object %}
({{ ip.assigned_object.parent_object|linkify }})
{% endif %}<br/>
{% empty %}
{{ ''|placeholder }}
{% endfor %}