mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
make INTERFACE_FHRPGROUPS use FHRPGROUPS _str_ representation
This commit is contained in:
parent
b6d10ae6d8
commit
6b9b66aecb
@ -64,7 +64,7 @@ INTERFACE_IPADDRESSES = """
|
|||||||
|
|
||||||
INTERFACE_FHRPGROUPS = """
|
INTERFACE_FHRPGROUPS = """
|
||||||
{% for assignment in value.all %}
|
{% for assignment in value.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 }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user