netbox-community#10055: Added empty text

This commit is contained in:
atownson 2022-08-18 17:12:44 -05:00 committed by GitHub
parent 0bdee1d6d8
commit 43ad8e80b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,8 @@ VRF_LINK = """
NAT_OUTSIDE_LINK = """ NAT_OUTSIDE_LINK = """
{% if record.nat_outside.count > 0 %} {% 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 %} {% for nat in record.nat_outside.all %}<a href="{{ nat.get_absolute_url }}">{{ nat.address.ip }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}
{% else %}
&mdash;
{% endif %} {% endif %}
""" """