mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-10 10:29:36 -06:00
8 lines
153 B
HTML
8 lines
153 B
HTML
{% load helpers %}
|
|
|
|
<div class="rack_frame">
|
|
|
|
<object data="{% url 'dcim-api:rack-elevation' pk=rack.pk %}?face={{face}}&render=svg"></object>
|
|
|
|
</div>
|