From: Michael Wood <[email protected]> Revert the change to the spinner class that was done by the auto convert tool for bootstrap as this was a falsely matched.
Signed-off-by: Michael Wood <[email protected]> --- bitbake/lib/toaster/toastergui/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 0c305a2..1c0f88c 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html @@ -65,7 +65,7 @@ {% csrf_token %} <div id="loading-notification" class="alert lead text-center" style="display:none"> - Loading <i class="fa-pulse glyphicon glyphicon-spinner"></i> + Loading <i class="fa-pulse icon-spinner"></i> </div> <div id="change-notification" class="alert lead alert-info" style="display:none"> -- 1.9.1 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
