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

Closes #11554: Add module types count to manufacturers list

This commit is contained in:
jeremystretch
2023-01-26 08:46:25 -05:00
parent 9cb75e9834
commit 22a9df82e6
3 changed files with 17 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
### Enhancements
* [#10762](https://github.com/netbox-community/netbox/issues/10762) - Permit selection custom fields to have only one choice
* [#11554](https://github.com/netbox-community/netbox/issues/11554) - Add module types count to manufacturers list
* [#11585](https://github.com/netbox-community/netbox/issues/11585) - Add IP address filters for services
### Bug Fixes