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/recipes.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bitbake/lib/toaster/toastergui/templates/recipes.html') 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