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

Fixes #5087: Restore label field when editing console server ports, power ports, and power outlets

This commit is contained in:
Jeremy Stretch
2020-09-01 13:59:50 -04:00
parent b3b7e08c50
commit a0103036e4
2 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
* [#5074](https://github.com/netbox-community/netbox/issues/5074) - Fix inclusion of VC member interfaces when viewing VC master
* [#5078](https://github.com/netbox-community/netbox/issues/5078) - Fix assignment of existing IP addresses to interfaces via web UI
* [#5081](https://github.com/netbox-community/netbox/issues/5081) - Fix exception during webhook processing with custom select field
* [#5087](https://github.com/netbox-community/netbox/issues/5087) - Restore label field when editing console server ports, power ports, and power outlets
---