Closes #5324: Add missing template extension tags for plugins for VM interface view

This commit is contained in:
Jeremy Stretch
2020-11-09 14:19:22 -05:00
parent 3da18972b2
commit da12f700ff
2 changed files with 11 additions and 1 deletions

View File

@@ -10,7 +10,8 @@
### Bug Fixes
* [#5271](https://github.com/netbox-community/netbox/issues/5271) - Fix auto-population of region field when editing a device
* [#5314](https://github.com/netbox-community/netbox/issues/5314) - Fix config context rendering when multiple tags are assgined to an object
* [#5314](https://github.com/netbox-community/netbox/issues/5314) - Fix config context rendering when multiple tags are assigned to an object
* [#5324](https://github.com/netbox-community/netbox/issues/5324) - Add missing template extension tags for plugins for VM interface view
---