diff --git a/netbox/templates/dcim/rack.html b/netbox/templates/dcim/rack.html index 5baafb663..5a7507c66 100644 --- a/netbox/templates/dcim/rack.html +++ b/netbox/templates/dcim/rack.html @@ -57,7 +57,11 @@ Group - {{ rack.group }} + {% if rack.group %} + {{ rack.group }} + {% else %} + None + {% endif %}