From 653452d66cab0a3c8350df42dd1f916eaad341c7 Mon Sep 17 00:00:00 2001 From: Renato Almeida de Oliveira Zaroubin Date: Thu, 1 May 2025 01:14:46 +0000 Subject: [PATCH] Add virtual chassis information to device template --- netbox/templates/dcim/device.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 8f27a5cc1..e61798013 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -26,6 +26,12 @@ {% trans "Location" %} {% nested_tree object.location %} + {% if vc_members %} + + {% trans "Virtual Chassis" %} + {{ object.virtual_chassis|linkify }} + + {% endif %} {% trans "Rack" %}