diff --git a/netbox/templates/dcim/rack.html b/netbox/templates/dcim/rack.html index 2a6bc2f47..056bc66fc 100644 --- a/netbox/templates/dcim/rack.html +++ b/netbox/templates/dcim/rack.html @@ -240,7 +240,13 @@ {% for resv in reservations %} {{ resv.unit_list }} - {{ resv.tenant }} + + {% if resv.tenant %} + {{ resv.tenant }} + {% else %} + None + {% endif %} + {{ resv.description }}
{{ resv.user }} · {{ resv.created }} diff --git a/netbox/templates/tenancy/tenant.html b/netbox/templates/tenancy/tenant.html index e985ed8f9..d5eb7df98 100644 --- a/netbox/templates/tenancy/tenant.html +++ b/netbox/templates/tenancy/tenant.html @@ -102,7 +102,7 @@

{{ stats.rackreservation_count }}

-

Rack Reservations

+

Rack reservations

{{ stats.device_count }}