bitbake: toaster: BuiltPackagesTable format empty state in packages table

The explanatory message in the empty state of the packages built table
was missing some spaces.

(Bitbake rev: 70f600f86ec4d536004d968919e86d2afa58d585)

Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Belen Barros Pena 2016-06-09 11:35:11 +01:00 committed by Richard Purdie
parent 1a00cdbcb1
commit 0db23ae759
1 changed files with 5 additions and 5 deletions

View File

@ -134,11 +134,11 @@ class BuiltPackagesTable(BuildTablesMixin, BuiltPackagesTableBase):
self.default_orderby = "name" self.default_orderby = "name"
self.empty_state =\ self.empty_state =\
('<strong>No packages were built.</strong> How did this happen?' ('<strong>No packages were built.</strong> How did this happen? '
'Well, BitBake reuses as much stuff as possible.' 'Well, BitBake reuses as much stuff as possible. '
'If all of the packages needed were already built and available' 'If all of the packages needed were already built and available '
'in your build infrastructure, BitBake' 'in your build infrastructure, BitBake '
'will not rebuild any of them. This might be slightly confusing,' 'will not rebuild any of them. This might be slightly confusing, '
'but it does make everything faster.') 'but it does make everything faster.')
def setup_columns(self, *args, **kwargs): def setup_columns(self, *args, **kwargs):