[bitbake-devel] [PATCH 04/18] toaster: Change objectname 'packages' to 'packages built'

Alex DAMIAN alexandru.damian at intel.com
Mon Mar 24 18:37:14 UTC 2014


From: Belen Barros Pena <belen.barros.pena at intel.com>

This will set the placeholder attribute of the search input
field in bpackage.html to the required "Search packages
built".

[YOCTO #5977]

Signed-off-by: Belen Barros Pena <belen.barros.pena at intel.com>
---
 lib/toaster/toastergui/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/toaster/toastergui/views.py b/lib/toaster/toastergui/views.py
index eaa6cf8..a4bd9d6 100644
--- a/lib/toaster/toastergui/views.py
+++ b/lib/toaster/toastergui/views.py
@@ -1111,7 +1111,7 @@ def bpackage(request, build_id):
     packages = _build_page_range(Paginator(queryset, request.GET.get('count', 100)),request.GET.get('page', 1))
 
     context = {
-        'objectname': 'packages',
+        'objectname': 'packages built',
         'build': Build.objects.filter(pk=build_id)[0],
         'objects' : packages,
         'tablecols':[
-- 
1.8.3.2




More information about the bitbake-devel mailing list