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

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

@@ -47,7 +47,7 @@
{% include 'inc/table.html' with table=clusters_table %}
{% if perms.virtualization.add_cluster %}
<div class="panel-footer text-right noprint">
<a href="{% url 'virtualization:cluster_add' %}?type={{ object.pk }}" class="btn btn-xs btn-primary">
<a href="{% url 'virtualization:cluster_add' %}?group={{ object.pk }}" class="btn btn-xs btn-primary">
<span class="mdi mdi-plus-thick" aria-hidden="true"></span> Add cluster
</a>
</div>