From aa9816ad79ca34000c1cb0cdc4d35b5fc09a9ba3 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Fri, 5 Dec 2014 15:19:55 +0000 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/target.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bitbake/lib/toaster/toastergui/templates/target.html') diff --git a/bitbake/lib/toaster/toastergui/templates/target.html b/bitbake/lib/toaster/toastergui/templates/target.html index c879c39d5a..1309b52dad 100644 --- a/bitbake/lib/toaster/toastergui/templates/target.html +++ b/bitbake/lib/toaster/toastergui/templates/target.html @@ -152,9 +152,11 @@ {{package.recipe.layer_version.commit|truncatechars:13}} - - {{ package.recipe.layer_version.layer.local_path }} - + {% if not MANAGED or not build.project %} + + {{ package.recipe.layer_version.layer.local_path }} + + {% endif %} {% endfor %} -- cgit v1.2.3-54-g00ecf