diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 7253bdcae..0394c0dc6 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -485,8 +485,11 @@
Interfaces -
+
+ {% if request.user.is_authenticated %} + + {% endif %}
{% include 'responsive_table.html' with table=interface_table %} @@ -527,6 +530,11 @@
Front Ports +
+ {% if request.user.is_authenticated %} + + {% endif %} +
{% include 'responsive_table.html' with table=frontport_table %}