diff options
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/configuration.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 49 | <th>Layer directory</th> | 49 | <th>Layer directory</th> |
| 50 | </tr> | 50 | </tr> |
| 51 | </thead> | 51 | </thead> |
| 52 | <tbody>{% for lv in build.layer_version_build.all %} | 52 | <tbody>{% for lv in build.layer_version_build.all|dictsort:"layer.name" %} |
| 53 | <tr> | 53 | <tr> |
| 54 | <td>{{lv.layer.name}}</td> | 54 | <td>{{lv.layer.name}}</td> |
| 55 | <td>{{lv.branch}}</td> | 55 | <td>{{lv.branch}}</td> |
