aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2014-03-14 23:19:07 +0000
committerAlexandru DAMIAN <alexandru.damian@intel.com>2014-03-24 18:32:19 +0000
commit841a086822a3fa740b5651938aee6a42eba58409 (patch)
treebc5ae016dd9f2894c0a5bb95324828c6ab097345 /lib
parentb80c578d9330a45e9c2502701de2ebb6307b1caf (diff)
downloadbitbake-841a086822a3fa740b5651938aee6a42eba58409.tar.gz
toaster: Change objectname 'packages' to 'packages built'
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@intel.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/toaster/toastergui/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/views.py b/lib/toaster/toastergui/views.py
index eaa6cf8c5..a4bd9d62b 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':[