1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Standardize device component table columns

This commit is contained in:
Jeremy Stretch
2020-10-19 13:44:51 -04:00
parent 502b66367c
commit 55a2e0299c
2 changed files with 13 additions and 11 deletions

View File

@ -39,7 +39,7 @@ DEVICEBAY_STATUS = """
"""
INTERFACE_IPADDRESSES = """
{% for ip in record.ip_addresses.unrestricted %}
{% for ip in record.ip_addresses.all %}
<a href="{{ ip.get_absolute_url }}">{{ ip }}</a><br />
{% endfor %}
"""