summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldviewer/templates/layer.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/layer.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/layer.html')
-rw-r--r--bitbake/lib/toaster/bldviewer/templates/layer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/bldviewer/templates/layer.html b/bitbake/lib/toaster/bldviewer/templates/layer.html
index c5034dea83..410d766c60 100644
--- a/bitbake/lib/toaster/bldviewer/templates/layer.html
+++ b/bitbake/lib/toaster/bldviewer/templates/layer.html
@@ -14,7 +14,7 @@
14 <th>Known Versions</th> 14 <th>Known Versions</th>
15 </tr> 15 </tr>
16 16
17 {% for layer in layers %} 17 {% for layer in objects %}
18 18
19 <tr class="data"> 19 <tr class="data">
20 <td>{{layer.name}}</td> 20 <td>{{layer.name}}</td>