diff options
| author | Michael Wood <michael.g.wood@intel.com> | 2015-02-24 17:20:50 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-24 23:35:43 +0000 |
| commit | e28097f8a23b324a7de8b58f8d5dc4ca8512e52a (patch) | |
| tree | b9daef7cd4ad4785c60f8128bca09e5a66037bbe /bitbake/lib/toaster/toastergui/templates/layerdetails.html | |
| parent | bd5087dc77881d7d171e28e10c21f2f2d05c1e95 (diff) | |
| download | poky-e28097f8a23b324a7de8b58f8d5dc4ca8512e52a.tar.gz | |
bitbake: toaster: layerdetails summary/descriptions to be searchable
Allow the descriptions of the machine summary and layer description to
be searchable in their respective tables.
[YOCTO #7199]
(Bitbake rev: 1a1a61f587e05af76299c7e1d3b7ab079fb4b1c1)
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/layerdetails.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/layerdetails.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index c162c8b95c..6c803ff544 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html | |||
| @@ -257,7 +257,7 @@ | |||
| 257 | <i class="icon-question-sign get-help" title="The recipe version and revision"></i> | 257 | <i class="icon-question-sign get-help" title="The recipe version and revision"></i> |
| 258 | Target version | 258 | Target version |
| 259 | </th> | 259 | </th> |
| 260 | <th class="span4">Description</th> | 260 | <th class="span4">Summary</th> |
| 261 | <th class="span2">Build target</th> | 261 | <th class="span2">Build target</th> |
| 262 | </tr> | 262 | </tr> |
| 263 | </thead> | 263 | </thead> |
