diff --git a/netbox/templates/inc/custom_fields_panel.html b/netbox/templates/inc/custom_fields_panel.html index 2450e3031..a185a2ae7 100644 --- a/netbox/templates/inc/custom_fields_panel.html +++ b/netbox/templates/inc/custom_fields_panel.html @@ -13,7 +13,7 @@ {% elif field.type == 300 and value == False %} {% elif field.type == 500 and value %} - {{ value|urlizetrunc:75 }} + {{ value|truncatechars:70 }} {% elif field.type == 200 or value %} {{ value }} {% elif field.required %}