Fixes #6363: Correct pre-population of cluster group when creating a cluster

This commit is contained in:
jeremystretch
2021-05-06 12:47:58 -04:00
parent 67945f2f33
commit c0f1243879
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
* [#6321](https://github.com/netbox-community/netbox/issues/6321) - Restore "add an IP" button under prefix IPs view
* [#6333](https://github.com/netbox-community/netbox/issues/6333) - Fix filtering of circuit terminations by primary key
* [#6339](https://github.com/netbox-community/netbox/issues/6339) - Improve ordering of interfaces when viewing virtual chassis master
* [#6363](https://github.com/netbox-community/netbox/issues/6363) - Correct pre-population of cluster group when creating a cluster
---