diff options
| -rw-r--r-- | bitbake/lib/toaster/toastergui/buildtables.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/buildtables.py b/bitbake/lib/toaster/toastergui/buildtables.py index b6485e64fd..dd0a6900dd 100644 --- a/bitbake/lib/toaster/toastergui/buildtables.py +++ b/bitbake/lib/toaster/toastergui/buildtables.py | |||
| @@ -482,7 +482,8 @@ class BuildTasksTable(BuildTablesMixin): | |||
| 482 | orderable=True) | 482 | orderable=True) |
| 483 | 483 | ||
| 484 | self.add_column(title="Recipe version", | 484 | self.add_column(title="Recipe version", |
| 485 | field_name='recipe__version') | 485 | field_name='recipe__version', |
| 486 | hidden=True) | ||
| 486 | 487 | ||
| 487 | self.add_column(title="Executed", | 488 | self.add_column(title="Executed", |
| 488 | static_data_name="task_executed", | 489 | static_data_name="task_executed", |
