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

dcim: add inline stylesheet to rack elevation api view

This commit is contained in:
hellerve
2019-11-20 19:14:54 +01:00
parent 1a9b9f50d8
commit 77890ad775
2 changed files with 37 additions and 5 deletions

View File

@@ -8,6 +8,6 @@
<div class="rack_frame">
<img src="{% url 'dcim-api:rack-elevation-detail' pk=rack.pk %}?face={{face}}" height="100%">
<object data="{% url 'dcim-api:rack-elevation-detail' pk=rack.pk %}?face={{face}}"></object>
</div>