Skip to content

Commit 5795059

Browse files
authored
Update rack.html
1 parent 34dcde5 commit 5795059

File tree

1 file changed

+1
-1
lines changed
  • netbox_reorder_rack/templates/netbox_reorder_rack

1 file changed

+1
-1
lines changed

netbox_reorder_rack/templates/netbox_reorder_rack/rack.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h4>Non-Racked Devices</h4>
111111
gs-locked="{% if not request.user|can_change:device %}true{% else %}{% endif %}"
112112
gs-no-move="{% if not request.user|can_change:device %}true{% else %}{% endif %}">
113113
<div class="grid-stack-item-content"
114-
style="{% if device.device_type.front_image and images %}background-image: url('{{ base_url }}{{ device.device_type.front_image.url }}');
114+
style="{% if device.device_type.front_image and images %}background-image: url('{{ device.device_type.front_image.url }}');
115115
background-size: {{ unit_width }}px;
116116
{% else %}background-color: #{{ device.role.color }};
117117
{% endif %} color: #{% if device.role.color %}{{ device.role.color|text_color }}{% else %}000000{% endif %}">

0 commit comments

Comments
 (0)