mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
bitbake: toastergui: implement UI changes to allow file download
This patchset adds download links in the build analisys pages if toaster runs in managed mode. This allows the user to access data directly from the web interface. [YOCTO #6837] (Bitbake rev: 6000e1ae5c846e51932ecd0dc21e0fa02eb10357) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
85a17f86ea
commit
aa9816ad79
@@ -50,7 +50,9 @@
|
||||
<th>Layer</th>
|
||||
<th>Layer branch</th>
|
||||
<th>Layer commit</th>
|
||||
<th>Layer directory</th>
|
||||
{% if not MANAGED or not build.project %}
|
||||
<th>Layer directory</th>
|
||||
{% endif %}
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>{% for lv in build.layer_version_build.all|dictsort:"layer.name" %}
|
||||
@@ -61,7 +63,9 @@
|
||||
<li>{{lv.commit}}</li> </ul>">
|
||||
{{lv.commit|truncatechars:13}}
|
||||
</a></td>
|
||||
{% if not MANAGED or not build.project %}
|
||||
<td>{{lv.layer.local_path}}</td>
|
||||
{% endif %}
|
||||
</tr>{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user