bitbake: toaster: View detailed information about a task
authorRavi Chintakunta <ravi.chintakunta@timesys.com>
Tue, 18 Feb 2014 04:30:41 +0000 (23:30 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Mar 2014 19:24:00 +0000 (12:24 -0700)
commit0ca4cc60a8f73fe7dc28451a7b250b30ecb6d2a6
tree7c2b271ce90fcd6bfab1ee6d518205f311d43ae4
parent664074b1526d8fb55d3232b0046ab6ec87047f07
bitbake: toaster: View detailed information about a task

Information about a task is displayed depending on it's execution
status and outcome status.

Edited to iterate through all possible entries for related setscene
tasks.

[YOCTO #4282]

(Bitbake rev: 62f502b1237d4060df6be1ee4f4865db5fa39a6a)

Signed-off-by: Ravi Chintakunta <ravi.chintakunta@timesys.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/orm/models.py
bitbake/lib/toaster/toastergui/templates/task.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/tasks.html
bitbake/lib/toaster/toastergui/templatetags/projecttags.py
bitbake/lib/toaster/toastergui/views.py