Fixes #9387: Ensure ActionsColumn extra_buttons are always displayed

This commit is contained in:
jeremystretch
2022-05-24 09:14:25 -04:00
parent a52c68f4c2
commit f03c5037c4
2 changed files with 16 additions and 12 deletions

View File

@@ -13,6 +13,7 @@
* [#9094](https://github.com/netbox-community/netbox/issues/9094) - Fix partial address search within Prefix and Aggregate filters
* [#9358](https://github.com/netbox-community/netbox/issues/9358) - Annotate circuit count for providers list under ASN view
* [#9387](https://github.com/netbox-community/netbox/issues/9387) - Ensure ActionsColumn `extra_buttons` are always displayed
---