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

Closes #1692: Allow assigment of inventory items to parent items in web UI

This commit is contained in:
Jeremy Stretch
2020-09-18 11:05:31 -04:00
parent 230e7bbe34
commit 52dc80209c
3 changed files with 20 additions and 4 deletions

View File

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