From 3cbe113771c5beef69ffce5bc98ff664d67b84b3 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Fri, 21 Feb 2014 14:00:11 +0000 Subject: bitbake: toaster: Sort layers in alphabetical order In the Summary tab of the Configuration page, make sure that the table of layers is sorted by layer name in ascending alphabetical order. (Bitbake rev: f339555df40307420ce80a4ef8cba1a4d284d380) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/configuration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/toaster/toastergui') diff --git a/bitbake/lib/toaster/toastergui/templates/configuration.html b/bitbake/lib/toaster/toastergui/templates/configuration.html index ddfa5af9ca..674f896b03 100644 --- a/bitbake/lib/toaster/toastergui/templates/configuration.html +++ b/bitbake/lib/toaster/toastergui/templates/configuration.html @@ -49,7 +49,7 @@ Layer directory - {% for lv in build.layer_version_build.all %} + {% for lv in build.layer_version_build.all|dictsort:"layer.name" %} {{lv.layer.name}} {{lv.branch}} -- cgit v1.2.3-54-g00ecf