aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
authorAymeric Augustin2014-02-13 21:35:17 +0100
committerAymeric Augustin2014-02-13 21:51:12 +0100
commit19ffd1e1d2604a5834e3e1b1c5ece01f091de073 (patch)
tree02b9256b75385041da6791225276c37f1a3197da /debug_toolbar/templates
parent025091eb8a0d230314e1c205a51f6ef426151024 (diff)
downloaddjango-debug-toolbar-19ffd1e1d2604a5834e3e1b1c5ece01f091de073.tar.bz2
Add loading animation for panels. Fix #488.
Diffstat (limited to 'debug_toolbar/templates')
-rw-r--r--debug_toolbar/templates/debug_toolbar/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html
index e2ab939..22a13db 100644
--- a/debug_toolbar/templates/debug_toolbar/base.html
+++ b/debug_toolbar/templates/debug_toolbar/base.html
@@ -51,6 +51,7 @@ if(!window.jQuery) document.write('<scr'+'ipt src="//ajax.googleapis.com/ajax/li
<h3>{{ panel.title|safe }}</h3>
</div>
<div class="djDebugPanelContent">
+ <img src="{% static 'debug_toolbar/img/ajax-loader.gif' %}" alt="loading" class="loader">
<div class="scroll">
{% if not toolbar.store_id %}{{ panel.content }}{% endif %}
</div>