From 5de0e1454305b48c09a14ee9ac57c858eea2d6ea Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 9 Sep 2008 13:07:02 -0700 Subject: added ms label to total time on cache panel (cherry picked from commit 82881e55881e7187308a79e99dc9e0709bbb4f89) --- debug_toolbar/templates/debug_toolbar/panels/cache.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug_toolbar/templates/debug_toolbar/panels/cache.html b/debug_toolbar/templates/debug_toolbar/panels/cache.html index 9d51404..21ea173 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/cache.html +++ b/debug_toolbar/templates/debug_toolbar/panels/cache.html @@ -14,7 +14,7 @@ Total Calls {{ cache_calls }} Total Time - {{ cache_time }} + {{ cache_time }}ms Hits {{ cache.hits }} Misses -- cgit v1.2.3