From c0f1243879ec5e3682e0fc83f02bff60ebdb1506 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 6 May 2021 12:47:58 -0400 Subject: [PATCH] Fixes #6363: Correct pre-population of cluster group when creating a cluster --- docs/release-notes/version-2.11.md | 1 + netbox/templates/virtualization/clustergroup.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/version-2.11.md b/docs/release-notes/version-2.11.md index 835bf3ce6..be0947aaf 100644 --- a/docs/release-notes/version-2.11.md +++ b/docs/release-notes/version-2.11.md @@ -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 --- diff --git a/netbox/templates/virtualization/clustergroup.html b/netbox/templates/virtualization/clustergroup.html index 9b2085189..badb2b40c 100644 --- a/netbox/templates/virtualization/clustergroup.html +++ b/netbox/templates/virtualization/clustergroup.html @@ -47,7 +47,7 @@ {% include 'inc/table.html' with table=clusters_table %} {% if perms.virtualization.add_cluster %}