mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Changelog for #7846
This commit is contained in:
@ -48,6 +48,7 @@ FIELD_CHOICES = {
|
||||
* [#7681](https://github.com/netbox-community/netbox/issues/7681) - Add `service_id` field for provider networks
|
||||
* [#7759](https://github.com/netbox-community/netbox/issues/7759) - Improved the user preferences form
|
||||
* [#7784](https://github.com/netbox-community/netbox/issues/7784) - Support cluster type assignment for config contexts
|
||||
* [#7846](https://github.com/netbox-community/netbox/issues/7846) - Enable associating inventory items with device components
|
||||
* [#8168](https://github.com/netbox-community/netbox/issues/8168) - Add `min_vid` and `max_vid` fields to VLAN group
|
||||
|
||||
### Other Changes
|
||||
@ -76,7 +77,8 @@ FIELD_CHOICES = {
|
||||
* dcim.Interface
|
||||
* Added `module` field
|
||||
* dcim.InventoryItem
|
||||
* Added `role` field
|
||||
* Added `component_type`, `component_id`, and `role` fields
|
||||
* Added read-only `component` field
|
||||
* dcim.PowerPort
|
||||
* Added `module` field
|
||||
* dcim.PowerOutlet
|
||||
|
Reference in New Issue
Block a user