diff options
| author | Rob Hudson | 2008-09-09 13:07:02 -0700 |
|---|---|---|
| committer | Rob Hudson | 2008-09-09 13:07:02 -0700 |
| commit | 5de0e1454305b48c09a14ee9ac57c858eea2d6ea (patch) | |
| tree | f0c0874df5a47cd5897504882efc2ea4ea529700 | |
| parent | ad5b511eaa86738e6ec58a91c3601369ad60eb82 (diff) | |
| download | django-debug-toolbar-5de0e1454305b48c09a14ee9ac57c858eea2d6ea.tar.bz2 | |
added ms label to total time on cache panel
(cherry picked from commit 82881e55881e7187308a79e99dc9e0709bbb4f89)
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/cache.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <th>Total Calls</th> <td>{{ cache_calls }}</td> <th>Total Time</th> - <td>{{ cache_time }}</td> + <td>{{ cache_time }}ms</td> <th>Hits</th> <td>{{ cache.hits }}</td> <th>Misses</th> |
