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

Closes #4940: Added an occupied field to rack unit representations for rack elevation views

This commit is contained in:
Jeremy Stretch
2020-08-03 13:37:32 -04:00
parent cdfec4d865
commit 31e65a09e8
4 changed files with 28 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
### Enhancements
* [#4919](https://github.com/netbox-community/netbox/issues/4919) - Allow adding/changing assigned permissions within group and user admin views
* [#4940](https://github.com/netbox-community/netbox/issues/4940) - Added an `occupied` field to rack unit representations for rack elevation views
### Bug Fixes
@@ -86,6 +87,7 @@ When running a report or custom script, its execution is now queued for backgrou
* dcim.PowerPortTemplate: Added `description` and `label` fields
* dcim.PowerOutlet: Added `label` field
* dcim.PowerOutletTemplate: Added `description` and `label` fields
* dcim.Rack: Added an `occupied` field to rack unit representations for rack elevation views
* dcim.RackGroup: Added a `_depth` attribute indicating an object's position in the tree.
* dcim.RackReservation: Added `tags` field
* dcim.RearPort: Added `label` field