File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
debug_toolbar/templates/debug_toolbar/panels Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 41
41
{% endif %}
42
42
</ td >
43
43
< td class ="timeline ">
44
- < div class ="djDebugTimeline "> < div class ="djDebugLineChart{% if query.is_slow %} djDebugLineChartWarning{% endif %} " data-left ="{{ query.start_offset|unlocalize }}% "> < strong data-width ="{{ query.width_ratio_relative|unlocalize }}% " data-background-color "{{ query.trace_color }}"> {{ query.width_ratio }}%</ strong > </ div > </ div >
44
+ < div class ="djDebugTimeline "> < div class ="djDebugLineChart{% if query.is_slow %} djDebugLineChartWarning{% endif %} " data-left ="{{ query.start_offset|unlocalize }}% "> < strong data-width ="{{ query.width_ratio_relative|unlocalize }}% " data-background-color = "{{ query.trace_color }} "> {{ query.width_ratio }}%</ strong > </ div > </ div >
45
45
</ td >
46
46
< td class ="djdt-time ">
47
47
{{ query.duration|floatformat:"2" }}
You can’t perform that action at this time.
0 commit comments