Closes #6038: Include tagged objects list on tag view

This commit is contained in:
Jeremy Stretch
2021-03-29 16:53:41 -04:00
parent eac53a779b
commit c7040fd418
4 changed files with 22 additions and 16 deletions

View File

@@ -99,6 +99,7 @@ A new Cloud model has been introduced to represent the boundary of a network tha
* [#5971](https://github.com/netbox-community/netbox/issues/5971) - Add dedicated views for organizational models
* [#5972](https://github.com/netbox-community/netbox/issues/5972) - Enable bulk editing for organizational models
* [#5975](https://github.com/netbox-community/netbox/issues/5975) - Allow partial (decimal) vCPU allocations for virtual machines
* [#6038](https://github.com/netbox-community/netbox/issues/6038) - Include tagged objects list on tag view
### Other Changes