summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/views.py')
-rwxr-xr-xbitbake/lib/toaster/toastergui/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index b5c4d87c56..7e90926559 100755
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -2987,7 +2987,7 @@ if toastermain.settings.MANAGED:
2987 2987
2988 context = { 2988 context = {
2989 'objects' : machine_info, 2989 'objects' : machine_info,
2990 'project_layers' : project_layers, 2990 'projectlayerset' : jsonfilter(map(lambda x: x.layercommit.id, prj.projectlayer_set.all())),
2991 'objectname' : "machines", 2991 'objectname' : "machines",
2992 'default_orderby' : 'name:+', 2992 'default_orderby' : 'name:+',
2993 2993