netbox-community#10055 - Align NAT Outside with NAT Inside

This commit is contained in:
atownson 2022-08-18 16:22:22 -05:00 committed by GitHub
parent 3f40e15ed5
commit 0bdee1d6d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,10 +91,13 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th scope="row">Outside NAT IPs</th> <th scope="row">NAT (Outside)</th>
<td> <td>
{% for ip in object.nat_outside.all %} {% for ip in object.nat_outside.all %}
{{ ip|linkify }}<br/> {{ ip|linkify }}
{% if ip.assigned_object %}
({{ ip.assigned_object.parent_object|linkify }})
{% endif %}<br/>
{% empty %} {% empty %}
{{ ''|placeholder }} {{ ''|placeholder }}
{% endfor %} {% endfor %}