mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Changelog for #7846
This commit is contained in:
parent
a0836b6876
commit
4c5a5c70b0
@ -48,6 +48,7 @@ FIELD_CHOICES = {
|
|||||||
* [#7681](https://github.com/netbox-community/netbox/issues/7681) - Add `service_id` field for provider networks
|
* [#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
|
* [#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
|
* [#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
|
* [#8168](https://github.com/netbox-community/netbox/issues/8168) - Add `min_vid` and `max_vid` fields to VLAN group
|
||||||
|
|
||||||
### Other Changes
|
### Other Changes
|
||||||
@ -76,7 +77,8 @@ FIELD_CHOICES = {
|
|||||||
* dcim.Interface
|
* dcim.Interface
|
||||||
* Added `module` field
|
* Added `module` field
|
||||||
* dcim.InventoryItem
|
* dcim.InventoryItem
|
||||||
* Added `role` field
|
* Added `component_type`, `component_id`, and `role` fields
|
||||||
|
* Added read-only `component` field
|
||||||
* dcim.PowerPort
|
* dcim.PowerPort
|
||||||
* Added `module` field
|
* Added `module` field
|
||||||
* dcim.PowerOutlet
|
* dcim.PowerOutlet
|
||||||
|
Loading…
Reference in New Issue
Block a user