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 <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Belen Barros Pena 2014-02-21 14:00:11 +00:00 committed by Richard Purdie
parent 1caad7d592
commit 3cbe113771
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
<th>Layer directory</th>
</tr>
</thead>
<tbody>{% for lv in build.layer_version_build.all %}
<tbody>{% for lv in build.layer_version_build.all|dictsort:"layer.name" %}
<tr>
<td>{{lv.layer.name}}</td>
<td>{{lv.branch}}</td>