From: Belen Barros Pena Date: Wed, 14 Oct 2015 12:20:50 +0000 (+0100) Subject: toaster: Have 'Version' next to recipe name X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5af7084b28158a8a9eaf78db463555ae8e0f620;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toaster: Have 'Version' next to recipe name In all Toaster tables we show the version next to the recipe or package names, with one exception: the recipes table in the layer details page, where we are showing the version next to the recipe description. This patch moves the version column next to the recipe name, for consistency with all other Toaster tables. Signed-off-by: Belen Barros Pena Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- diff --git a/lib/toaster/toastergui/tables.py b/lib/toaster/toastergui/tables.py index b10445b00f8..9c9cda4e954 100644 --- a/lib/toaster/toastergui/tables.py +++ b/lib/toaster/toastergui/tables.py @@ -432,12 +432,12 @@ class LayerRecipesTable(RecipesTable): orderable=True, field_name="name") - self.add_column(title="Description", - field_name="get_description_or_summary") - self.add_column(title="Version", field_name="version") + self.add_column(title="Description", + field_name="get_description_or_summary") + build_recipe_template ='' self.add_column(title="Build recipe",