From 47234f1607ebb076ec5a9a8d72f35ab2b51468da Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 24 Mar 2023 08:14:24 -0700 Subject: [PATCH] 12038 show vc priority with placeholder --- 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 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 %}