Skip to content

Commit 01f9bb2

Browse files
authored
Update rack_elevation.html
1 parent 5795059 commit 01f9bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netbox_reorder_rack/templates/netbox_reorder_rack/inc/rack_elevation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
data-item-face="{{ face }}">
3535
{% if device.device.device_type.front_image and images %}
3636
<div class="grid-stack-item-content"
37-
style="background-image: url('{{ base_url }}{{ device.device.device_type.front_image.url }}');
37+
style="background-image: url('{{ device.device.device_type.front_image.url }}');
3838
background-size: {{ unit_width }}px;
3939
color: #{% if device.device.role.color %}{{ device.device.role.color|text_color }}{% else %}000000{% endif %}">
4040
{% if labels %}{{ device.device | device_name }}{% endif %}
@@ -63,7 +63,7 @@
6363
gs-no-move="{% if not request.user|can_change:device.device %}true{% else %}{% endif %}">
6464
{% if device.device.device_type.rear_image and images %}
6565
<div class="grid-stack-item-content device_rear"
66-
style="background-image: url('{{ base_url }}{{ device.device.device_type.rear_image.url }}');
66+
style="background-image: url('{{ device.device.device_type.rear_image.url }}');
6767
background-size: {{ unit_width }}px;
6868
color: #{% if device.device.role.color %}{{ device.device.role.color|text_color }}{% else %}000000{% endif %}">
6969
{% if labels %}{{ device.device | device_name }}{% endif %}

0 commit comments

Comments
 (0)