1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #12599: Apply filter parameters to links in object count dashboard widgets

This commit is contained in:
jeremystretch
2023-05-30 16:31:34 -04:00
parent 9b8ab1c1f7
commit bca9d0fa8a
3 changed files with 6 additions and 6 deletions

View File

@ -7,6 +7,7 @@
* [#12470](https://github.com/netbox-community/netbox/issues/12470) - Collapse context data by default when viewing a rendered device configuration
* [#12562](https://github.com/netbox-community/netbox/issues/12562) - Record client IP address when logging authentication failures
* [#12597](https://github.com/netbox-community/netbox/issues/12597) - Add an option to hide custom fields only if unset
* [#12599](https://github.com/netbox-community/netbox/issues/12599) - Apply filter parameters to links in object count dashboard widgets
### Bug Fixes