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

Fixes #5486: Optimize retrieval of config context data for device/VM REST API views

This commit is contained in:
Jeremy Stretch
2020-12-17 14:03:10 -05:00
parent 7449f36f22
commit 202e7d0ebf
3 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
* [#5473](https://github.com/netbox-community/netbox/issues/5473) - Fix alignment of rack names in elevations list
* [#5478](https://github.com/netbox-community/netbox/issues/5478) - Fix display of route target description
* [#5484](https://github.com/netbox-community/netbox/issues/5484) - Fix "tagged" indication in VLAN members list
* [#5486](https://github.com/netbox-community/netbox/issues/5486) - Optimize retrieval of config context data for device/VM REST API views
---