diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index aa31db97c..896e4d8a5 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -139,7 +139,7 @@ {% if object.virtual_chassis.master == vc_member %}{% endif %} - {{ vc_member.vc_priority|default:"" }} + {{ vc_member.vc_priority|placeholder }} {% endfor %}