summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@linux.intel.com>2014-09-26 17:23:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-30 13:39:47 +0000
commit7aaedc200494a70d805ca97578070a50371327bc (patch)
tree91ea3bd678c111ed647a05f045693ed78f0b8498
parent93835e78c05f57377f927900b075369c93eb06fd (diff)
downloadpoky-7aaedc200494a70d805ca97578070a50371327bc.tar.gz
bitbake: toastergui: Add missing task descriptions
The "Prebuilt task could be based on" table we provide in the task details page for prebuilt tasks is missing the task descriptions. This patch adds them. [YOCTO #6328] (Bitbake rev: 64894d640ee70a301f6f399db118ed17c0ccde08) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/lib/toaster/toastergui/templates/task.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/task.html b/bitbake/lib/toaster/toastergui/templates/task.html
index 3c4a3d4893..a09eb26d07 100644
--- a/bitbake/lib/toaster/toastergui/templates/task.html
+++ b/bitbake/lib/toaster/toastergui/templates/task.html
@@ -82,6 +82,9 @@
82 </td> 82 </td>
83 <td> 83 <td>
84 <a href="{%url "task" match.build.pk match.pk%}">{{match.task_name}}</a> 84 <a href="{%url "task" match.build.pk match.pk%}">{{match.task_name}}</a>
85 {% if task.get_description %}
86 <i class="icon-question-sign get-help hover-help" title="{{task.get_description}}"></i>
87 {% endif %}
85 </td> 88 </td>
86 <td> 89 <td>
87 <a href="{%url "task" match.build.pk match.pk%}">{{match.get_executed_display}}</a> 90 <a href="{%url "task" match.build.pk match.pk%}">{{match.get_executed_display}}</a>