summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/buildtables.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/toastergui/buildtables.py')
-rw-r--r--lib/toaster/toastergui/buildtables.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/buildtables.py b/lib/toaster/toastergui/buildtables.py
index b6485e64f..dd0a6900d 100644
--- a/lib/toaster/toastergui/buildtables.py
+++ b/lib/toaster/toastergui/buildtables.py
@@ -482,7 +482,8 @@ class BuildTasksTable(BuildTablesMixin):
orderable=True)
self.add_column(title="Recipe version",
- field_name='recipe__version')
+ field_name='recipe__version',
+ hidden=True)
self.add_column(title="Executed",
static_data_name="task_executed",