From ae28df8abd14ede89eb5fbd7b0784f73138d7458 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 3 Aug 2021 10:25:27 -0700 Subject: [PATCH] #6797: Place custom links below native controls --- netbox/templates/generic/object.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/netbox/templates/generic/object.html b/netbox/templates/generic/object.html index 4a209093e88..1ed7294fc7c 100644 --- a/netbox/templates/generic/object.html +++ b/netbox/templates/generic/object.html @@ -31,7 +31,6 @@ {# Clone/Edit/Delete Buttons #}
- {% custom_links object %} {% plugin_buttons object %} {# Extra buttons #} @@ -48,6 +47,9 @@ {% endif %}
+
+ {% custom_links object %} +
{% endblock controls %}