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

Fixes #6676: Fix device/VM counts per cluster under cluster type/group views

This commit is contained in:
jeremystretch
2021-06-29 13:44:46 -04:00
parent 4292d88a92
commit 98ff00bc62
2 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,7 @@
* [#6637](https://github.com/netbox-community/netbox/issues/6637) - Fix group assignment in "available VLANs" link under VLAN group view
* [#6640](https://github.com/netbox-community/netbox/issues/6640) - Disallow numeric values in custom text fields
* [#6652](https://github.com/netbox-community/netbox/issues/6652) - Fix exception when adding components in bulk to multiple devices
* [#6676](https://github.com/netbox-community/netbox/issues/6676) - Fix device/VM counts per cluster under cluster type/group views
---