aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/configuration.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/toastergui/templates/configuration.html')
-rw-r--r--lib/toaster/toastergui/templates/configuration.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/templates/configuration.html b/lib/toaster/toastergui/templates/configuration.html
index ddfa5af9c..674f896b0 100644
--- a/lib/toaster/toastergui/templates/configuration.html
+++ b/lib/toaster/toastergui/templates/configuration.html
@@ -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>