mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
netbox-community#10055 - Align NAT Outside with NAT Inside
This commit is contained in:
parent
3f40e15ed5
commit
0bdee1d6d8
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user