diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/layerdetails.html | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
295 | {%endif%} | 295 | {%endif%} |
296 | </ul> | 296 | </ul> |
297 | <div class="pull-right"> | 297 | <div class="pull-right"> |
298 | <span class="help-inline" style="padding-top:5px;">Show rows:</span> | 298 | <span class="help-inline" style="padding-bottom:10px;">Show rows:</span> |
299 | <select style="margin-top:5px;margin-bottom:0px;" class="pagesize"> | 299 | <select class="pagesize"> |
300 | {% with "10 25 50 100 150" as list%} | 300 | {% with "10 25 50 100 150" as list%} |
301 | {% for i in list.split %} | 301 | {% for i in list.split %} |
302 | {% if request.session.limit == i %} | 302 | {% if request.session.limit == i %} |
@@ -421,8 +421,8 @@ | |||
421 | {%endif%} | 421 | {%endif%} |
422 | </ul> | 422 | </ul> |
423 | <div class="pull-right"> | 423 | <div class="pull-right"> |
424 | <span class="help-inline" style="padding-top:5px;">Show rows:</span> | 424 | <span class="help-inline" style="padding-bottom:10px;">Show rows:</span> |
425 | <select style="margin-top:5px;margin-bottom:0px;" class="pagesize"> | 425 | <select class="pagesize"> |
426 | {% with "10 25 50 100 150" as list%} | 426 | {% with "10 25 50 100 150" as list%} |
427 | {% for i in list.split %} | 427 | {% for i in list.split %} |
428 | {% if request.session.limit == i %} | 428 | {% if request.session.limit == i %} |