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

Closes #4956: Include inventory items on primary device view

This commit is contained in:
Jeremy Stretch
2020-09-18 11:35:15 -04:00
parent 52dc80209c
commit 584b076886
6 changed files with 415 additions and 432 deletions

View File

@@ -7,6 +7,7 @@
### New Features
* [#1692](https://github.com/netbox-community/netbox/issues/1692) - Allow assigment of inventory items to parent items in web UI
* [#4956](https://github.com/netbox-community/netbox/issues/4956) - Include inventory items on primary device view
* [#5146](https://github.com/netbox-community/netbox/issues/5146) - Add custom fields support for cables, power panels, rack reservations, and virtual chassis
### Other Changes