From 44b7b671541e24ff9063cd71ad56b1b6dfd41651 Mon Sep 17 00:00:00 2001 From: Mihail Stanciu Date: Mon, 4 May 2015 07:47:10 -0400 Subject: bitbake: toaster: Added class ids to columns that were missing them in the Packages and Recipes pages. This is required for Toaster UI automation efforts. [YOCTO #7377] Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/bpackage.html | 4 ++-- bitbake/lib/toaster/toastergui/templates/recipes.html | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bitbake/lib/toaster/toastergui/templates/bpackage.html b/bitbake/lib/toaster/toastergui/templates/bpackage.html index 80229f908d..6fbdc7b92d 100644 --- a/bitbake/lib/toaster/toastergui/templates/bpackage.html +++ b/bitbake/lib/toaster/toastergui/templates/bpackage.html @@ -60,9 +60,9 @@ - {{package.name}} + {{package.name}} - {%if package.version%}{{package.version}}-{{package.revision}}{%endif%} + {%if package.version%}{{package.version}}-{{package.revision}}{%endif%} {{package.size|filtered_filesizeformat}} diff --git a/bitbake/lib/toaster/toastergui/templates/recipes.html b/bitbake/lib/toaster/toastergui/templates/recipes.html index 458d724568..dc2d9e8c3a 100644 --- a/bitbake/lib/toaster/toastergui/templates/recipes.html +++ b/bitbake/lib/toaster/toastergui/templates/recipes.html @@ -41,8 +41,12 @@ {% for recipe in objects %} - {{recipe.name}} - {{recipe.version}} + + {{recipe.name}} + + + {{recipe.version}} + {% with deps=recipe_deps|get_dict_value:recipe.pk %} -- cgit v1.2.3-54-g00ecf