summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldviewer/templates/configuration.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/configuration.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/configuration.html')
-rw-r--r--bitbake/lib/toaster/bldviewer/templates/configuration.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/bldviewer/templates/configuration.html b/bitbake/lib/toaster/bldviewer/templates/configuration.html
index 8db35e0d98..521620fdce 100644
--- a/bitbake/lib/toaster/bldviewer/templates/configuration.html
+++ b/bitbake/lib/toaster/bldviewer/templates/configuration.html
@@ -10,7 +10,7 @@
10 <th>Value</th> 10 <th>Value</th>
11 </tr> 11 </tr>
12 12
13 {% for variable in configuration %} 13 {% for variable in objects %}
14 14
15 <tr class="data"> 15 <tr class="data">
16 <td>{{variable.variable_name}}</td> 16 <td>{{variable.variable_name}}</td>