summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/base.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html
index d75bf16bf2..f187100264 100644
--- a/bitbake/lib/toaster/toastergui/templates/base.html
+++ b/bitbake/lib/toaster/toastergui/templates/base.html
@@ -69,6 +69,7 @@
69 69
70<body style="height: 100%"> 70<body style="height: 100%">
71 71
72 {% csrf_token %}
72 <div id="loading-notification" class="alert lead text-center" style="display:none"> 73 <div id="loading-notification" class="alert lead text-center" style="display:none">
73 Loading <i class="fa-pulse icon-spinner"></i> 74 Loading <i class="fa-pulse icon-spinner"></i>
74 </div> 75 </div>