From a7d498dfd3929eafb87274f27b487ef2fe1e7e68 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Thu, 2 Jun 2016 14:26:16 +0100 Subject: bitbake: toaster: port all build analysis pages to bootstrap 3 Port all the pages in the build analysis area to bootstrap version 3. (Bitbake rev: f963b73f0bf32db2df39dd79d8d85184c280cda0) Signed-off-by: Belen Barros Pena Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/detail_sorted_header.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bitbake/lib/toaster/toastergui/templates/detail_sorted_header.html') diff --git a/bitbake/lib/toaster/toastergui/templates/detail_sorted_header.html b/bitbake/lib/toaster/toastergui/templates/detail_sorted_header.html index 6589b0a2d3..4434df4394 100644 --- a/bitbake/lib/toaster/toastergui/templates/detail_sorted_header.html +++ b/bitbake/lib/toaster/toastergui/templates/detail_sorted_header.html @@ -10,9 +10,9 @@ {% for tc in tablecols %} - {%if tc.qhelp%}{%endif%} - {%if tc.orderfield%}{{tc.name}}{%else%}{{tc.name}}{%endif%} - {%if tc.ordericon%} {%endif%} + {%if tc.qhelp%}{%endif%} + {%if tc.orderfield%}{{tc.name}}{%else%}{{tc.name}}{%endif%} + {%if tc.ordericon%} {%endif%} {% if request.GET.search and forloop.first %} {{objects.paginator.count}} {% endif %} -- cgit v1.2.3-54-g00ecf