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

Fixes #4578: Prevent setting 0U height on device type with racked instances

This commit is contained in:
Jeremy Stretch
2020-05-05 13:41:23 -04:00
parent 6e2c68ef42
commit 0239be9be5
2 changed files with 22 additions and 4 deletions

View File

@@ -18,6 +18,7 @@
* [#4548](https://github.com/netbox-community/netbox/issues/4548) - Fix tracing cables through a single RearPort
* [#4549](https://github.com/netbox-community/netbox/issues/4549) - Fix encoding unicode webhook body data
* [#4556](https://github.com/netbox-community/netbox/issues/4556) - Update form for adding devices to clusters
* [#4578](https://github.com/netbox-community/netbox/issues/4578) - Prevent setting 0U height on device type with racked instances
---