diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/tables.py')
-rw-r--r-- | bitbake/lib/toaster/toastergui/tables.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/tables.py b/bitbake/lib/toaster/toastergui/tables.py index 227973114c..e9f1fdccb1 100644 --- a/bitbake/lib/toaster/toastergui/tables.py +++ b/bitbake/lib/toaster/toastergui/tables.py | |||
@@ -688,7 +688,9 @@ class ProjectsTable(ToasterTable): | |||
688 | 688 | ||
689 | self.queryset = queryset | 689 | self.queryset = queryset |
690 | 690 | ||
691 | # columns: last activity on (updated) - DEFAULT, project (name), release, machine, number of builds, last build outcome, recipe (name), errors, warnings, image files | 691 | # columns: last activity on (updated) - DEFAULT, project (name), release, |
692 | # machine, number of builds, last build outcome, recipe (name), errors, | ||
693 | # warnings, image files | ||
692 | def setup_columns(self, *args, **kwargs): | 694 | def setup_columns(self, *args, **kwargs): |
693 | name_template = ''' | 695 | name_template = ''' |
694 | {% load project_url_tag %} | 696 | {% load project_url_tag %} |