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

Convert rack units to part of SVG rendered document

This commit is contained in:
Dan Sheppard
2020-02-11 23:31:51 -06:00
parent ab378ed218
commit 15bc731f61
3 changed files with 25 additions and 11 deletions

View File

@@ -1,11 +1,5 @@
{% 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>