Explorar el Código

#6797: Place custom links below native controls

Matt hace 4 años
padre
commit
ae28df8abd
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      netbox/templates/generic/object.html

+ 3 - 1
netbox/templates/generic/object.html

@@ -31,7 +31,6 @@
   {# Clone/Edit/Delete Buttons #}
   <div class="controls">
     <div class="control-group">
-      {% custom_links object %}
       {% plugin_buttons object %}
 
       {# Extra buttons #}
@@ -48,6 +47,9 @@
       {% endif %}
 
     </div>
+    <div class="control-group">
+      {% custom_links object %}
+    </div>
   </div>
 {% endblock controls %}