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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/tables.py b/bitbake/lib/toaster/toastergui/tables.py
index cc9b5aef40..2e3c8a6956 100644
--- a/bitbake/lib/toaster/toastergui/tables.py
+++ b/bitbake/lib/toaster/toastergui/tables.py
@@ -638,7 +638,7 @@ class ProjectsTable(ToasterTable):
638 638
639 def __init__(self, *args, **kwargs): 639 def __init__(self, *args, **kwargs):
640 super(ProjectsTable, self).__init__(*args, **kwargs) 640 super(ProjectsTable, self).__init__(*args, **kwargs)
641 self.default_orderby = 'updated' 641 self.default_orderby = '-updated'
642 self.title = 'All projects' 642 self.title = 'All projects'
643 self.static_context_extra['Build'] = Build 643 self.static_context_extra['Build'] = Build
644 644