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

Fixes: #5563 - Fix power feed cable trace

This commit is contained in:
Daniel Sheppard
2021-01-05 09:22:10 -06:00
parent a9a2509d39
commit d16a7e108c
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
* [#5551](https://github.com/netbox-community/netbox/issues/5551) - Restore missing import button on services list
* [#5557](https://github.com/netbox-community/netbox/issues/5557) - Fix VRF route target assignment via REST API
* [#5558](https://github.com/netbox-community/netbox/issues/5558) - Fix regex validation support for custom URL fields
* [#5563](https://github.com/netbox-community/netbox/issues/5563) - Fix power feed cable trace link
---