Fixes #8139: Fix rendering of table configuration form under VM interfaces view

This commit is contained in:
jeremystretch
2021-12-21 14:10:12 -05:00
parent 00671404fe
commit 07529642e0
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
* [#8127](https://github.com/netbox-community/netbox/issues/8127) - Fix disassociation of interface under IP address edit view
* [#8131](https://github.com/netbox-community/netbox/issues/8131) - Restore annotation of available IPs under prefix IPs view
* [#8134](https://github.com/netbox-community/netbox/issues/8134) - Fix bulk editing of objects within dynamic tables
* [#8139](https://github.com/netbox-community/netbox/issues/8139) - Fix rendering of table configuration form under VM interfaces view
---