diff options
| author | Belen Barros Pena <belen.barros.pena@linux.intel.com> | 2015-03-22 19:17:31 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-25 12:39:56 +0000 |
| commit | 63510bf20d9896de3324af7b6ec1541afe0113d9 (patch) | |
| tree | ee8ed72c2d2000b917a3b2bcb0eeed782fc7113b | |
| parent | 7c3bdebffe94fb04f5a9119bb70cf90a20971cb7 (diff) | |
| download | poky-63510bf20d9896de3324af7b6ec1541afe0113d9.tar.gz | |
bitbake: toasterui: Improve messaging for empty layer details
Explain that, if information is found during the build
process, it will appear in the layer details page.
(Bitbake rev: 40b46ce28b0b93241f9ce581f1e295e95bbff284)
Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/layerdetails.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 67033b1e07..11b1ffc2dc 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html | |||
| @@ -190,7 +190,8 @@ | |||
| 190 | <div name="targets" id="targets" class="tab-pane"> | 190 | <div name="targets" id="targets" class="tab-pane"> |
| 191 | {% if total_targets == 0 %} | 191 | {% if total_targets == 0 %} |
| 192 | <div class="alert alert-info"> | 192 | <div class="alert alert-info"> |
| 193 | There is no target information for the <strong> {{layerversion.layer.name}} </strong> layer. | 193 | <p>Toaster does not have target information for the <strong> {{layerversion.layer.name}} </strong> layer.</p> |
| 194 | <p>Toaster learns about layers when you build them. If this layer provides any targets, they will be listed here after you build the <strong> {{layerversion.layer.name}} </strong> layer.</p> | ||
| 194 | </div> | 195 | </div> |
| 195 | {% else %} | 196 | {% else %} |
| 196 | 197 | ||
| @@ -324,7 +325,8 @@ | |||
| 324 | <div name="machines" id="machines" class="tab-pane"> | 325 | <div name="machines" id="machines" class="tab-pane"> |
| 325 | {% if total_machines == 0 %} | 326 | {% if total_machines == 0 %} |
| 326 | <div class="alert alert-info"> | 327 | <div class="alert alert-info"> |
| 327 | There is no machine information for the <strong>{{layerversion.layer.name}}</strong> layer. | 328 | <p>Toaster does not have machine information for the <strong> {{layerversion.layer.name}} </strong> layer.</p> |
| 329 | <p>Toaster learns about layers when you build them. If this layer provides any machines, they will be listed here after you build the <strong> {{layerversion.layer.name}} </strong> layer.</p> | ||
| 328 | </div> | 330 | </div> |
| 329 | {% else %} | 331 | {% else %} |
| 330 | 332 | ||
