diff --git a/docs/release-notes/version-2.11.md b/docs/release-notes/version-2.11.md index a33a79e6d..5ca4be1dd 100644 --- a/docs/release-notes/version-2.11.md +++ b/docs/release-notes/version-2.11.md @@ -15,6 +15,7 @@ * [#5968](https://github.com/netbox-community/netbox/issues/5968) - Model forms should save empty custom field values as null * [#6686](https://github.com/netbox-community/netbox/issues/6686) - Force assignment of null custom field values to objects * [#6974](https://github.com/netbox-community/netbox/issues/6974) - Show contextual label for IP address role +* [#7012](https://github.com/netbox-community/netbox/issues/7012) - Fix hidden "add components" dropdown on devices list --- diff --git a/netbox/templates/dcim/device_list.html b/netbox/templates/dcim/device_list.html index 62d03493c..14b4d8b3b 100644 --- a/netbox/templates/dcim/device_list.html +++ b/netbox/templates/dcim/device_list.html @@ -2,7 +2,7 @@ {% block bulk_buttons %} {% if perms.dcim.change_device %} -