diff options
Diffstat (limited to 'bitbake/lib/toaster/bldviewer/templates/build.html')
-rw-r--r-- | bitbake/lib/toaster/bldviewer/templates/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/bldviewer/templates/build.html b/bitbake/lib/toaster/bldviewer/templates/build.html index 5653cca357..4fa87d5271 100644 --- a/bitbake/lib/toaster/bldviewer/templates/build.html +++ b/bitbake/lib/toaster/bldviewer/templates/build.html | |||
@@ -21,7 +21,7 @@ | |||
21 | <th>Bitbake Version</th> | 21 | <th>Bitbake Version</th> |
22 | <th>Build Name</th> | 22 | <th>Build Name</th> |
23 | </tr> | 23 | </tr> |
24 | {% for build in builds %} | 24 | {% for build in objects %} |
25 | <tr class="data"> | 25 | <tr class="data"> |
26 | <td><a href="{% url "configuration" build.id %}">{{build.get_outcome_display}}</a></td> | 26 | <td><a href="{% url "configuration" build.id %}">{{build.get_outcome_display}}</a></td> |
27 | <td>{{build.started_on}}</td> | 27 | <td>{{build.started_on}}</td> |