diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/tables.py')
-rw-r--r-- | bitbake/lib/toaster/toastergui/tables.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/tables.py b/bitbake/lib/toaster/toastergui/tables.py index b10445b00f..9c9cda4e95 100644 --- a/bitbake/lib/toaster/toastergui/tables.py +++ b/bitbake/lib/toaster/toastergui/tables.py | |||
@@ -432,12 +432,12 @@ class LayerRecipesTable(RecipesTable): | |||
432 | orderable=True, | 432 | orderable=True, |
433 | field_name="name") | 433 | field_name="name") |
434 | 434 | ||
435 | self.add_column(title="Description", | ||
436 | field_name="get_description_or_summary") | ||
437 | |||
438 | self.add_column(title="Version", | 435 | self.add_column(title="Version", |
439 | field_name="version") | 436 | field_name="version") |
440 | 437 | ||
438 | self.add_column(title="Description", | ||
439 | field_name="get_description_or_summary") | ||
440 | |||
441 | build_recipe_template ='<button class="btn btn-block build-recipe-btn" data-recipe-name="{{data.name}}" {%if extra.in_prj == 0 %}disabled="disabled"{%endif%}>Build recipe</button>' | 441 | build_recipe_template ='<button class="btn btn-block build-recipe-btn" data-recipe-name="{{data.name}}" {%if extra.in_prj == 0 %}disabled="disabled"{%endif%}>Build recipe</button>' |
442 | 442 | ||
443 | self.add_column(title="Build recipe", | 443 | self.add_column(title="Build recipe", |