summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/tables.py')
-rw-r--r--bitbake/lib/toaster/toastergui/tables.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/tables.py b/bitbake/lib/toaster/toastergui/tables.py
index 385d65895d..2cc2f4eb7b 100644
--- a/bitbake/lib/toaster/toastergui/tables.py
+++ b/bitbake/lib/toaster/toastergui/tables.py
@@ -725,6 +725,12 @@ class PackagesTable(ToasterTable):
725 static_data_template='\ 725 static_data_template='\
726 {% include "snippets/pkg_dependencies_popover.html" %}') 726 {% include "snippets/pkg_dependencies_popover.html" %}')
727 727
728 self.add_column(title="Reverse dependencies",
729 static_data_name="reverse_dependencies",
730 static_data_template='\
731 {% include "snippets/pkg_revdependencies_popover.html" %}',
732 hidden=True)
733
728 self.add_column(title="Recipe", 734 self.add_column(title="Recipe",
729 field_name="recipe__name", 735 field_name="recipe__name",
730 orderable=True, 736 orderable=True,