File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
netbox_reorder_rack/templates/netbox_reorder_rack Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ <h4>Non-Racked Devices</h4>
111
111
gs-locked ="{% if not request.user|can_change:device %}true{% else %}{% endif %} "
112
112
gs-no-move ="{% if not request.user|can_change:device %}true{% else %}{% endif %} ">
113
113
< 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 }}');
115
115
background-size: {{ unit_width }}px;
116
116
{% else %}background-color: #{{ device.role.color }};
117
117
{% endif %} color: #{% if device.role.color %}{{ device.role.color|text_color }}{% else %}000000{% endif %} ">
You can’t perform that action at this time.
0 commit comments