mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 08:25:17 -06:00
Revert change that did not address this branch
This commit is contained in:
parent
bc5160f01d
commit
538f9469b2
@ -46,9 +46,7 @@ INTERFACE_IPADDRESSES = """
|
|||||||
INTERFACE_FHRPGROUPS = """
|
INTERFACE_FHRPGROUPS = """
|
||||||
<div class="table-badge-group">
|
<div class="table-badge-group">
|
||||||
{% for assignment in value.all %}
|
{% for assignment in value.all %}
|
||||||
{% for ip in assignment.group.ip_addresses.all %}
|
<a href="{{ assignment.group.get_absolute_url }}">{{ assignment.group.get_protocol_display }}: {{ assignment.group.group_id }}</a>
|
||||||
<a href="{{ assignment.group.get_absolute_url }}">{{ assignment.group.get_protocol_display }}: {{ assignment.group.group_id }} ({{ ip }})</a>
|
|
||||||
{% endfor %}
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user