summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorBelen Barros <belen.barros.pena@intel.com>2014-08-29 13:46:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-30 13:39:47 +0000
commit93835e78c05f57377f927900b075369c93eb06fd (patch)
tree4cacbc979d7726f303ffe4e6518929dfb0d870ee /bitbake
parentdaad086438835647512157d395f58537f5f037a5 (diff)
downloadpoky-93835e78c05f57377f927900b075369c93eb06fd.tar.gz
bitbake: toastergui: Amend show rows options
In the templates basetable_bottom.html and basetable_top.html remove the '2' and '5' options from the 'show rows' menu, and add the '150' option as per design specs. Alex edited conflicts. (Bitbake rev: 03f7ba3d8a101e05c106e5fb65eb379a6e4cb476) Signed-off-by: Belen Barros <belen.barros.pena@intel.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/basetable_bottom.html2
-rw-r--r--bitbake/lib/toaster/toastergui/templates/basetable_top.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html b/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
index e6b9506281..091e11a51e 100644
--- a/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
+++ b/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
@@ -25,7 +25,7 @@
25 <div class="pull-right"> 25 <div class="pull-right">
26 <span class="help-inline" style="padding-top:5px;">Show rows:</span> 26 <span class="help-inline" style="padding-top:5px;">Show rows:</span>
27 <select style="margin-top:5px;margin-bottom:0px;" class="pagesize"> 27 <select style="margin-top:5px;margin-bottom:0px;" class="pagesize">
28 {% with "2 5 10 25 50 100" as list%} 28 {% with "10 25 50 100 150" as list%}
29 {% for i in list.split %} 29 {% for i in list.split %}
30 <option value="{{i}}">{{i}}</option> 30 <option value="{{i}}">{{i}}</option>
31 {% endfor %} 31 {% endfor %}
diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_top.html b/bitbake/lib/toaster/toastergui/templates/basetable_top.html
index e43eb2ce12..bffa731e13 100644
--- a/bitbake/lib/toaster/toastergui/templates/basetable_top.html
+++ b/bitbake/lib/toaster/toastergui/templates/basetable_top.html
@@ -211,7 +211,7 @@
211 <span class="divider-vertical"></span> 211 <span class="divider-vertical"></span>
212 <span class="help-inline" style="padding-top:5px;">Show rows:</span> 212 <span class="help-inline" style="padding-top:5px;">Show rows:</span>
213 <select style="margin-top:5px;margin-bottom:0px;" class="pagesize"> 213 <select style="margin-top:5px;margin-bottom:0px;" class="pagesize">
214 {% with "2 5 10 25 50 100" as list%} 214 {% with "10 25 50 100 150" as list%}
215 {% for i in list.split %} 215 {% for i in list.split %}
216 <option value="{{i}}">{{i}}</option> 216 <option value="{{i}}">{{i}}</option>
217 {% endfor %} 217 {% endfor %}