Fixes #6313: Fix device type instance count under manufacturer view

This commit is contained in:
jeremystretch
2021-04-30 10:08:15 -04:00
parent b93570eeb0
commit 2a5b497d8a
2 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
* [#6308](https://github.com/netbox-community/netbox/issues/6308) - Fix linking of available VLANs in VLAN group view
* [#6309](https://github.com/netbox-community/netbox/issues/6309) - Restrict parent VM interface assignment to the parent VM
* [#6313](https://github.com/netbox-community/netbox/issues/6313) - Fix device type instance count under manufacturer view
---