1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes: #5461 - Assign object=rack in netbox/templates/dcim/rack_elevation_list.html

This commit is contained in:
Daniel Sheppard
2020-12-15 08:39:27 -06:00
parent 9615dc0638
commit 1f4954bf0e
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
### Bug Fixes ### Bug Fixes
* [#5458](https://github.com/netbox-community/netbox/issues/5458) - Creating a component template throws an exception * [#5458](https://github.com/netbox-community/netbox/issues/5458) - Creating a component template throws an exception
* [#5461](https://github.com/netbox-community/netbox/issues/5461) - Rack Elevations throw reverse match exception
## v2.10.0 (2020-12-14) ## v2.10.0 (2020-12-14)

View File

@ -35,7 +35,7 @@
<br /><small class="text-muted">{{ rack.facility_id }}</small> <br /><small class="text-muted">{{ rack.facility_id }}</small>
{% endif %} {% endif %}
</div> </div>
{% include 'dcim/inc/rack_elevation.html' with face=rack_face %} {% include 'dcim/inc/rack_elevation.html' with object=rack face=rack_face %}
<div class="clearfix"></div> <div class="clearfix"></div>
<div class="text-center"> <div class="text-center">
<strong><a href="{% url 'dcim:rack' pk=rack.pk %}">{{ rack.name }}</a></strong> <strong><a href="{% url 'dcim:rack' pk=rack.pk %}">{{ rack.name }}</a></strong>