From 93835e78c05f57377f927900b075369c93eb06fd Mon Sep 17 00:00:00 2001 From: Belen Barros Date: Fri, 29 Aug 2014 13:46:41 +0100 Subject: [PATCH] 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 Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/basetable_bottom.html | 2 +- bitbake/lib/toaster/toastergui/templates/basetable_top.html | 2 +- 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 @@
Show rows: - {% with "2 5 10 25 50 100" as list%} + {% with "10 25 50 100 150" as list%} {% for i in list.split %} {% endfor %}