summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/tables.py
diff options
context:
space:
mode:
authorElliot Smith <elliot.smith@intel.com>2016-01-15 13:01:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-15 16:30:01 +0000
commit798e8b8d03b78929a936c6ea01166209a747ca1f (patch)
tree682683bdc9c6a3fbe4a8c0d5f7d7b5fb0ad135a8 /bitbake/lib/toaster/toastergui/tables.py
parentc4b50111e9887c4d69f6a8b5fb50824fc44f7128 (diff)
downloadpoky-798e8b8d03b78929a936c6ea01166209a747ca1f.tar.gz
bitbake: toastergui: code formatting and clean-up
Minor fixes to code formatting and small improvements from code review. (Bitbake rev: 2c97f3a5c6ae37de910deb90390c5b856a600c5f) Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/tables.py')
-rw-r--r--bitbake/lib/toaster/toastergui/tables.py4
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 %}