diff --git a/netbox/templates/ipam/prefix/base.html b/netbox/templates/ipam/prefix/base.html index 59dd25a7e..9edeef167 100644 --- a/netbox/templates/ipam/prefix/base.html +++ b/netbox/templates/ipam/prefix/base.html @@ -17,22 +17,21 @@ {% endblock %} {% block tab_items %} - - + -{% if perms.ipam.view_ipaddress and object.status != 'container' %} - + {% if perms.ipam.view_ipaddress and object.status != 'container' %} + -{% endif %} - + + + {% endif %} {% endblock %}