summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldviewer/templates/recipe.html
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2013-12-05 14:20:36 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-10 11:16:14 +0000
commit192583a91e17b15da4668dbacee035def1d68b0c (patch)
tree2dfef54dff47dddfb3005b619ee08d1731b63c2d /bitbake/lib/toaster/bldviewer/templates/recipe.html
parent415ebb738da2a9625d6cc1456f4e99e463797c31 (diff)
downloadpoky-192583a91e17b15da4668dbacee035def1d68b0c.tar.gz
bitbake: toaster: add pagination to the Simple UI
In an effort to make the Simple UI more usable and reponsive, this patch adds pagination support for the pages with lots of entries: Builds, Configuration and Tasks. (Bitbake rev: d4f075c050ad9ecebe750420d49961a7f30d090b) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/bldviewer/templates/recipe.html')
-rw-r--r--bitbake/lib/toaster/bldviewer/templates/recipe.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/bldviewer/templates/recipe.html b/bitbake/lib/toaster/bldviewer/templates/recipe.html
index 7d5fbf4e55..d7f57eb9ea 100644
--- a/bitbake/lib/toaster/bldviewer/templates/recipe.html
+++ b/bitbake/lib/toaster/bldviewer/templates/recipe.html
@@ -25,7 +25,7 @@
25 <th style="width: 30em">Recipe Dependency</th> 25 <th style="width: 30em">Recipe Dependency</th>
26 26
27 27
28 {% for recipe in recipes %} 28 {% for recipe in objects %}
29 29
30 <tr class="data"> 30 <tr class="data">
31 <td><a name="{{recipe.name}}">{{recipe.name}}</a></td> 31 <td><a name="{{recipe.name}}">{{recipe.name}}</a></td>