diff options
| -rw-r--r-- | bitbake/lib/toaster/toastergui/views.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index bf7f2c83ea..ddeb992ff1 100644 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py | |||
| @@ -518,8 +518,8 @@ def tasks_common(request, build_id, variant): | |||
| 518 | tc_recipe={ | 518 | tc_recipe={ |
| 519 | 'name':'Recipe', | 519 | 'name':'Recipe', |
| 520 | 'qhelp':'The name of the recipe to which each task applies', | 520 | 'qhelp':'The name of the recipe to which each task applies', |
| 521 | 'orderfield': _get_toggle_order(request, "recipe"), | 521 | 'orderfield': _get_toggle_order(request, "recipe__name"), |
| 522 | 'ordericon':_get_toggle_order_icon(request, "recipe"), | 522 | 'ordericon':_get_toggle_order_icon(request, "recipe__name"), |
| 523 | } | 523 | } |
| 524 | tc_recipe_version={ | 524 | tc_recipe_version={ |
| 525 | 'name':'Recipe version', | 525 | 'name':'Recipe version', |
