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

14 lines
264 B
HTML
Raw Normal View History

{% load helpers %}
2016-03-01 11:23:03 -05:00
<ul class="rack_legend">
{% for u in rack.units %}
<li>{{ u }}</li>
{% endfor %}
</ul>
<div class="rack_frame">
2019-12-11 09:45:08 -05:00
<object data="{% url 'dcim-api:rack-elevation' pk=rack.pk %}?face={{face}}&render_format=svg"></object>
2016-03-01 11:23:03 -05:00
</div>