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

Fixes #5090: Fix status display for console/power/interface connections

This commit is contained in:
Jeremy Stretch
2020-09-01 16:28:11 -04:00
parent 6305a35a4f
commit 5d7935c855
2 changed files with 17 additions and 1 deletions

View File

@ -10,6 +10,7 @@
* [#5081](https://github.com/netbox-community/netbox/issues/5081) - Fix exception during webhook processing with custom select field
* [#5085](https://github.com/netbox-community/netbox/issues/5085) - Fix ordering by assignment in IP addresses table
* [#5087](https://github.com/netbox-community/netbox/issues/5087) - Restore label field when editing console server ports, power ports, and power outlets
* [#5090](https://github.com/netbox-community/netbox/issues/5090) - Fix status display for console/power/interface connections
---