From b14482ef611d166b5f158cede371f73c26e2a937 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Mon, 7 Apr 2014 11:10:54 +0000 Subject: bitbake: toaster: keep number of rows across searches This patch will make Toaster remember the selected number of rows to be displayed in tables across different searches. The number of rows setting will not be remembered if the the user leaves the page and subsequently returns to it. (Bitbake rev: a84f296591be26972b808e98816e9d92cadf3eb5) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/basetable_top.html | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_top.html b/bitbake/lib/toaster/toastergui/templates/basetable_top.html index f6259011e8..22c389799a 100644 --- a/bitbake/lib/toaster/toastergui/templates/basetable_top.html +++ b/bitbake/lib/toaster/toastergui/templates/basetable_top.html @@ -33,6 +33,7 @@ {% if request.GET.search %}{%endif%} +
-- cgit v1.2.3-54-g00ecf