Fixes #6714: Fix rendering of device type component creation forms

This commit is contained in:
jeremystretch
2021-07-07 15:38:59 -04:00
parent c8933fc1ed
commit 2cd532af60
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#6710](https://github.com/netbox-community/netbox/issues/6710) - Fix assignment of VM interface parent via REST API
* [#6714](https://github.com/netbox-community/netbox/issues/6714) - Fix rendering of device type component creation forms
---