diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 0f405b68e..0ff4e8595 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -11,6 +11,7 @@
+ Device
@@ -71,6 +72,7 @@
+ Management
@@ -135,6 +137,7 @@ {% if request.user.is_authenticated %}
+ Secrets
{% if secrets %} @@ -163,6 +166,7 @@ {% endif %}
+ IP Addresses
{% if ip_addresses %} @@ -187,6 +191,7 @@
+ Critical Connections
@@ -254,6 +259,7 @@
+ Comments
@@ -266,6 +272,7 @@
+ Related Devices
{% if related_devices %} @@ -291,6 +298,7 @@ {% if device_bays or device.device_type.is_parent_device %}
+ Device Bays
@@ -315,6 +323,7 @@ {% if interfaces or device.device_type.is_network_device %}
+ Interfaces
@@ -339,6 +348,7 @@ {% if cs_ports or device.device_type.is_console_server %}
+ Console Server Ports
@@ -363,6 +373,7 @@ {% if power_outlets or device.device_type.is_pdu %}
+ Power Outlets