diff --git a/netbox/templates/dcim/devicetype.html b/netbox/templates/dcim/devicetype.html index 532dad86c..ff4998bc6 100644 --- a/netbox/templates/dcim/devicetype.html +++ b/netbox/templates/dcim/devicetype.html @@ -10,7 +10,7 @@ {% endblock %} -{% block controls %} +{% block extra_controls %} {% if perms.dcim.change_devicetype %} {% endif %} - {% if perms.dcim.add_devicetype %} - {% clone_button object %} - {% endif %} - {% if perms.dcim.change_devicetype %} - {% edit_button object %} - {% endif %} - {% if perms.dcim.delete_devicetype %} - {% delete_button object %} - {% endif %} {% endblock %} {% block content %}