diff --git a/docs/release-notes/version-3.0.md b/docs/release-notes/version-3.0.md index 5f479b126..16b3c6482 100644 --- a/docs/release-notes/version-3.0.md +++ b/docs/release-notes/version-3.0.md @@ -4,6 +4,7 @@ ### Enhancements +* [#5925](https://github.com/netbox-community/netbox/issues/5925) - Always show IP addresses tab under prefix view * [#6423](https://github.com/netbox-community/netbox/issues/6423) - Cache rendered REST API specifications * [#6708](https://github.com/netbox-community/netbox/issues/6708) - Add image attachment support for circuits, power panels * [#7387](https://github.com/netbox-community/netbox/issues/7387) - Enable arbitrary ordering of custom scripts diff --git a/netbox/templates/ipam/prefix/base.html b/netbox/templates/ipam/prefix/base.html index 35f36e1ec..7d13eb1aa 100644 --- a/netbox/templates/ipam/prefix/base.html +++ b/netbox/templates/ipam/prefix/base.html @@ -25,11 +25,9 @@ Child Ranges {% badge object.get_child_ranges.count %} - {% if perms.ipam.view_ipaddress and object.status != 'container' %} -