diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 18e14b5e0..9625a002c 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -155,6 +155,18 @@ {% endif %} + {% if device.cluster %} + + Cluster + + {% if device.cluster.group %} + {{ device.cluster.group }} + + {% endif %} + {{ device.cluster }} + + + {% endif %} {% with device.get_custom_fields as custom_fields %}