- {% include 'inc/search_panel.html' %}
+
+
+
+
+ {% include 'responsive_table.html' %}
+
- {% include 'responsive_table.html' %}
{% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
+
+ {% include 'inc/search_panel.html' %}
+
{% endblock %}
diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html
index e4947c1a4..1db885e0b 100644
--- a/netbox/templates/dcim/device.html
+++ b/netbox/templates/dcim/device.html
@@ -285,7 +285,7 @@
{% if perms.secrets.add_secret %}
{% endif %}
@@ -311,7 +311,7 @@
{% if perms.ipam.add_service %}
{% endif %}
@@ -326,8 +326,8 @@
{% if perms.extras.add_imageattachment %}
{% endif %}
@@ -379,7 +379,3 @@
{% include 'secrets/inc/private_key_modal.html' %}
{% endblock %}
-
-{% block javascript %}
-
-{% endblock %}
diff --git a/netbox/templates/dcim/manufacturer.html b/netbox/templates/dcim/manufacturer.html
index b2ecacbb1..2e0e553bd 100644
--- a/netbox/templates/dcim/manufacturer.html
+++ b/netbox/templates/dcim/manufacturer.html
@@ -3,33 +3,35 @@
{% load plugins %}
{% block breadcrumbs %}
-