]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toastergui: implement UI changes to allow file download
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Fri, 5 Dec 2014 15:19:55 +0000 (15:19 +0000)
committerAlexandru DAMIAN <alexandru.damian@intel.com>
Fri, 12 Dec 2014 11:40:47 +0000 (11:40 +0000)
commit6000e1ae5c846e51932ecd0dc21e0fa02eb10357
treec649aa0a33be9d6b4f27320aaacb17e671f85973
parent1befb4a783bb7b7b387d4b5ee08830d9516f1ac2
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]

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
lib/toaster/toastergui/templates/base.html
lib/toaster/toastergui/templates/build.html
lib/toaster/toastergui/templates/builddashboard.html
lib/toaster/toastergui/templates/configuration.html
lib/toaster/toastergui/templates/package_detail_base.html
lib/toaster/toastergui/templates/recipe.html
lib/toaster/toastergui/templates/recipes.html
lib/toaster/toastergui/templates/target.html
lib/toaster/toastergui/templates/task.html
lib/toaster/toastergui/templates/tasks.html
lib/toaster/toastergui/views.py