diff --git a/netbox/templates/ipam/prefix_list.html b/netbox/templates/ipam/prefix_list.html index 14ac861a2..df790f9c6 100644 --- a/netbox/templates/ipam/prefix_list.html +++ b/netbox/templates/ipam/prefix_list.html @@ -6,6 +6,15 @@ {% block content %}
+ + {% if 'expand' in request.GET %} + + Collapse all + {% else %} + + Expand all + {% endif %} + {% if perms.ipam.add_prefix %}