From 32b396b8e150ceb2e00222253463fd6fe4293b14 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 26 Jan 2015 17:29:02 +0000 Subject: bitbake: toastergui: alignment fix Align horizontally the pagination and show rows controls at the bottom of the layer details page. (Bitbake rev: 8be4a8cf1673112e9e613e719fa6ed96dbca8976) Signed-off-by: Belen Barros Pena Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/layerdetails.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 84a21d7c79..4ffd07152c 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html @@ -295,8 +295,8 @@ {%endif%}
- Show rows: - {% with "10 25 50 100 150" as list%} {% for i in list.split %} {% if request.session.limit == i %} @@ -421,8 +421,8 @@ {%endif%}
- Show rows: - {% with "10 25 50 100 150" as list%} {% for i in list.split %} {% if request.session.limit == i %} -- cgit v1.2.3-54-g00ecf