From e2fc7e8cd789c6238a07f791016420dd2f95f6c4 Mon Sep 17 00:00:00 2001 From: Tijs Huisman Date: Sat, 5 Feb 2022 15:10:03 +0100 Subject: [PATCH] Fixes #8548: Virtual Chassis position zero not shown in device page --- netbox/templates/dcim/device.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 35224a1fc..70083a1cf 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -129,7 +129,7 @@ {{ vc_member }} - {% badge vc_member.vc_position %} + {% badge vc_member.vc_position show_empty=True %} {% if object.virtual_chassis.master == vc_member %}{% endif %}