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

Fixes #5543: Fix rendering of config contexts with cluster assignment for devices

This commit is contained in:
Jeremy Stretch
2020-12-28 10:45:23 -05:00
parent fce61295c9
commit 1fe5857411
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
* [#5301](https://github.com/netbox-community/netbox/issues/5301) - Fix misleading error when racking a device with invalid parameters
* [#5311](https://github.com/netbox-community/netbox/issues/5311) - Update child objects when a rack group is moved to a new site
* [#5518](https://github.com/netbox-community/netbox/issues/5518) - Fix persistent vertical scrollbar
* [#5543](https://github.com/netbox-community/netbox/issues/5543) - Fix rendering of config contexts with cluster assignment for devices
---