diff options
| author | Tomasz Buchert | 2011-06-09 10:52:38 +0200 | 
|---|---|---|
| committer | Tomasz Buchert | 2011-06-09 10:52:38 +0200 | 
| commit | 9d32eb2c36f353565ee5738cd92805c1ea11d742 (patch) | |
| tree | 8f9bf6eee9e0b7f0a6200f97d92cd04bc858c6b4 /debug_toolbar/templates | |
| parent | a27471c79a5b9552b76fc1d9fb1c5499ad5b1478 (diff) | |
| download | django-debug-toolbar-9d32eb2c36f353565ee5738cd92805c1ea11d742.tar.bz2 | |
Timeline width in SQL panel properly scaled.
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/sql.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html index deb4391..9b282ca 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html @@ -35,7 +35,7 @@  						</div>  					</td>  					<td class="timeline"> -						<div class="djDebugTimeline"><div class="djDebugLineChart{% if query.is_slow %} djDebugLineChartWarning{% endif %}" style="left:{{ query.start_offset|dotted_number }}%;"><strong style="width:{{ query.width_ratio|dotted_number }}%;">{{ query.width_ratio }}%</strong></div></div> +						<div class="djDebugTimeline"><div class="djDebugLineChart{% if query.is_slow %} djDebugLineChartWarning{% endif %}" style="left:{{ query.start_offset|dotted_number }}%;"><strong style="width:{{ query.width_ratio_relative|dotted_number }}%;">{{ query.width_ratio }}%</strong></div></div>  					</td>  					<td class="time">  						{{ query.duration|floatformat:"2" }}  | 
