Skip to content

Commit

Permalink
#6797: Place custom links below native controls
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Aug 3, 2021
1 parent e8ba4b0 commit ae28df8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion netbox/templates/generic/object.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
{# Clone/Edit/Delete Buttons #}
<div class="controls">
<div class="control-group">
{% custom_links object %}
{% plugin_buttons object %}

{# Extra buttons #}
Expand All @@ -48,6 +47,9 @@
{% endif %}

</div>
<div class="control-group">
{% custom_links object %}
</div>
</div>
{% endblock controls %}

Expand Down

0 comments on commit ae28df8

Please sign in to comment.