mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
14 lines
257 B
HTML
14 lines
257 B
HTML
{% load helpers %}
|
|
|
|
<ul class="rack_legend">
|
|
{% for u in rack.units %}
|
|
<li>{{ u }}</li>
|
|
{% endfor %}
|
|
</ul>
|
|
|
|
<div class="rack_frame">
|
|
|
|
<object data="{% url 'dcim-api:rack-elevation' pk=rack.pk %}?face={{face}}&render=svg"></object>
|
|
|
|
</div>
|