mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
bitbake: toaster: BuildTasksTable filters remove outcome NA option
In the 'outcome' filter for tasks, remove the 'not applicable' option, since it should not be exposed to users. (Bitbake rev: 4e21817b0d7a91e634bdb2069850627c38fde053) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0db23ae759
commit
e23faacd6f
@@ -389,6 +389,8 @@ class BuildTasksTable(BuildTablesMixin):
|
||||
title="Filter Task by 'Outcome'")
|
||||
|
||||
for outcome_enum, title in Task.TASK_OUTCOME:
|
||||
if outcome_enum is Task.OUTCOME_NA:
|
||||
continue
|
||||
action = TableFilterActionToggle(
|
||||
title.replace(" ", "_").lower(),
|
||||
"%s Tasks" % title,
|
||||
|
||||
Reference in New Issue
Block a user