diff options
| author | Michael Wood <michael.g.wood@intel.com> | 2015-05-21 18:44:18 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-12 00:01:49 +0100 |
| commit | 0573e2d31c9c608aa984c8f5378e8f0097f4c774 (patch) | |
| tree | 8693636d548b8053d390a643c967159500c59aef /bitbake/lib/toaster/toastergui/templates/base.html | |
| parent | eb28534423092624c6a82cbf8ffcff23a41b7ec0 (diff) | |
| download | poky-0573e2d31c9c608aa984c8f5378e8f0097f4c774.tar.gz | |
bitbake: toaster: Add ajax loading spinner
This adds an ajax loading spinner to provide feedback when in-page
loading is happening. It will show after 1.2 seconds of initial loading.
[YOCTO #7790]
(Bitbake rev: ecb70b0bc996529f1a6e58e5716b31e273395c98)
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/base.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/base.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 6cdc5e8110..9f19c0384c 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html | |||
| @@ -68,6 +68,11 @@ | |||
| 68 | </head> | 68 | </head> |
| 69 | 69 | ||
| 70 | <body style="height: 100%"> | 70 | <body style="height: 100%"> |
| 71 | |||
| 72 | <div id="loading-notification" class="alert lead text-center" style="display:none"> | ||
| 73 | Loading <i class="fa-pulse icon-spinner"></i> | ||
| 74 | </div> | ||
| 75 | |||
| 71 | <div class="navbar navbar-static-top"> | 76 | <div class="navbar navbar-static-top"> |
| 72 | <div class="navbar-inner"> | 77 | <div class="navbar-inner"> |
| 73 | <a class="brand logo" href="#"><img src="{% static 'img/logo.png' %}" class="" alt="Yocto logo project"/></a> | 78 | <a class="brand logo" href="#"><img src="{% static 'img/logo.png' %}" class="" alt="Yocto logo project"/></a> |
