mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
bitbake: toaster: Make Order column part of the minimum table
The Order column in the tasks table should be always shown and be part of the minimum table (i.e. its checkbox should be disabled in the Edit columns menu). Changing views.py to make sure this is the case. (Bitbake rev: a928e0cfb82dac0eb920913e3f9c5b45e3dcdf2f) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1f83c7fca8
commit
bb7776a843
@@ -514,7 +514,7 @@ def tasks_common(request, build_id, variant):
|
||||
'clclass': 'order', 'hidden' : 1,
|
||||
'orderfield':_get_toggle_order(request, "order"),
|
||||
'ordericon':_get_toggle_order_icon(request, "order")}
|
||||
if 'tasks' == variant: tc_order['hidden']='0';
|
||||
if 'tasks' == variant: tc_order['hidden']='0'; del tc_order['clclass']
|
||||
tc_recipe={
|
||||
'name':'Recipe',
|
||||
'qhelp':'The name of the recipe to which each task applies',
|
||||
|
||||
Reference in New Issue
Block a user