Fixes #4476: Correct typo in slugs for Infiniband interface types

This commit is contained in:
Jeremy Stretch
2020-04-13 10:51:25 -04:00
parent abc3a20ff0
commit 722bdfe3f1
3 changed files with 44 additions and 9 deletions

View File

@@ -40,6 +40,7 @@ For NetBox plugins to be recognized, they must be installed and added by name to
### Bug Fixes
* [#4474](https://github.com/netbox-community/netbox/issues/4474) - Fix population of device types when bulk editing devices
* [#4476](https://github.com/netbox-community/netbox/issues/4476) - Correct typo in slugs for Infiniband interface types
### API Changes