From 193989cec807120307cda50c616118dca4025b8a Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Tue, 10 Mar 2015 17:38:00 +0000 Subject: bitbake: toastergui: tables display optimizations This patch brings in a new set of optimizations in the tables pages, with the focus of reducing the number of SQL queries performed per row. (Bitbake rev: a1ad86febb9d8a4ee7f15aa726f267d64b8e0dc4) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/targets.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/toaster/toastergui/templates/targets.html') diff --git a/bitbake/lib/toaster/toastergui/templates/targets.html b/bitbake/lib/toaster/toastergui/templates/targets.html index 690c6a5d36..f918d6cff2 100644 --- a/bitbake/lib/toaster/toastergui/templates/targets.html +++ b/bitbake/lib/toaster/toastergui/templates/targets.html @@ -60,7 +60,7 @@ {% if o.description %}{{o.description}}{% else %}{{o.summary}}{%endif%} {{o.file_path}} - + {{o.section}} {{o.license}} -- cgit v1.2.3-54-g00ecf