[bitbake-devel] [PATCH 48/94] bitbake: webhob: simple interface dependency list

Alex DAMIAN alexandru.damian at intel.com
Tue Sep 24 16:52:17 UTC 2013


From: Alexandru DAMIAN <alexandru.damian at intel.com>

We add a diff to obtain a consistent layout of the dependency
field information for tasks.

Signed-off-by: Alexandru DAMIAN <alexandru.damian at intel.com>
---
 bitbake/lib/webhob/bldviewer/templates/task.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bitbake/lib/webhob/bldviewer/templates/task.html b/bitbake/lib/webhob/bldviewer/templates/task.html
index 88c82d8..2d78668 100644
--- a/bitbake/lib/webhob/bldviewer/templates/task.html
+++ b/bitbake/lib/webhob/bldviewer/templates/task.html
@@ -48,10 +48,12 @@
                 <td>{{task.get_script_type_display}}</td>
                 <td>{{task.recipe.file_path}}</td>
                 <td>
+            <div style="height: 3em; overflow:auto">
                 {% for tt in task.depends_on %}
                     <a href="#{{tt.recipe.name}}.{{tt.task_name}}">
                     {{tt.recipe.name}}.{{tt.task_name}}</a><br/>
                 {% endfor %}
+            </div>
                 </td>
                 </tr>
 
-- 
1.8.1.2




More information about the bitbake-devel mailing list