mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-30 04:16:24 -06:00
netbox-community#10055: Added empty text
This commit is contained in:
parent
97099c376c
commit
a1ccaef7c9
@ -59,6 +59,8 @@ VRF_LINK = """
|
||||
NAT_OUTSIDE_LINK = """
|
||||
{% if record.nat_outside.count > 0 %}
|
||||
{% for nat in record.nat_outside.all %}<a href="{{ nat.get_absolute_url }}">{{ nat.address.ip }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}
|
||||
{% else %}
|
||||
—
|
||||
{% endif %}
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user