diff --git a/netbox/templates/dcim/device/interfaces.html b/netbox/templates/dcim/device/interfaces.html index 00ce32a05..2722ba9a1 100644 --- a/netbox/templates/dcim/device/interfaces.html +++ b/netbox/templates/dcim/device/interfaces.html @@ -7,32 +7,32 @@
{% csrf_token %}
-
-
- {% if request.user.is_authenticated %} - - {% endif %} - - -
+
+
+
-
-
- -
+
+
+
+ {% if request.user.is_authenticated %} + + {% endif %} + +
+
{% include 'inc/responsive_table.html' with table=interface_table %}
diff --git a/netbox/templates/inc/table_controls.html b/netbox/templates/inc/table_controls.html index d110326ce..871b15aac 100644 --- a/netbox/templates/inc/table_controls.html +++ b/netbox/templates/inc/table_controls.html @@ -1,25 +1,27 @@
-
-
- -
-
-
- {% if request.user.is_authenticated and table_modal %} - - {% endif %} +
+
+
+
+
+ {% if request.user.is_authenticated and table_modal %} +
+ +
+ {% endif %} +