From 1b5785aaf1ca31cafe4832ff91aef52280ca1f9b Mon Sep 17 00:00:00 2001
From: Brobin ' + stat.replace('Start', '') + ' ' +
- ' ' +
+ ' ' +
'' + (perf.timing[stat] - timingOffset) + ' (+' + (perf.timing[endStat] - perf.timing[stat]) + ') ');
$row.find('strong').css({width: getCSSWidth(stat, endStat)});
} else {
// Render a point in time
$row.html('' + stat + ' ' +
- ' ' +
+ ' ' +
'' + (perf.timing[stat] - timingOffset) + ' ');
$row.find('strong').css({width: 2});
}
diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html
index 8b40f4592..792f25f29 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/sql.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html
@@ -18,8 +18,8 @@
@@ -31,7 +31,7 @@
- {% trans "Query" %}
- {% trans "Timeline" %}
+ {% trans "Query" %}
+ {% trans "Timeline" %}
{% trans "Time (ms)" %}
{% trans "Action" %}
+
-
+
-
+
diff --git a/debug_toolbar/templates/debug_toolbar/panels/timer.html b/debug_toolbar/templates/debug_toolbar/panels/timer.html
index 2f44e889e..38cc7a797 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/timer.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/timer.html
@@ -33,7 +33,7 @@ {% trans "Browser timing" %}
{% trans "Timing attribute" %}
- {% trans "Timeline" %}
+ {% trans "Timeline" %}
{% trans "Milliseconds since navigation start (+length)" %}