From 443f7b39158c891015a791814b9b1fe2324edc41 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 12 Apr 2016 15:56:43 +0100 Subject: bitbake: toaster: Migrate project configuration from bootstrap 2 to bootstrap 3 Convert all the HTML templates, JS and CSS in the project parts of toaster to use bootstrap 3. (Bitbake rev: 69527a731eada699d3f604ff8f3ae9410981ba9b) Signed-off-by: Belen Barros Pena Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/dirinfo.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bitbake/lib/toaster/toastergui/templates/dirinfo.html') diff --git a/bitbake/lib/toaster/toastergui/templates/dirinfo.html b/bitbake/lib/toaster/toastergui/templates/dirinfo.html index ecb46bf7ab..df06a94359 100644 --- a/bitbake/lib/toaster/toastergui/templates/dirinfo.html +++ b/bitbake/lib/toaster/toastergui/templates/dirinfo.html @@ -110,7 +110,7 @@ namespan = 3; } var colspan = 'colspan="' + namespan + '"'; - name = ''; + name = ''; } else { name = ''; @@ -184,7 +184,7 @@ } -
+
-
+
{% endblock buildinfomain %} -- cgit v1.2.3-54-g00ecf