diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/targets.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/targets.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/targets.html b/bitbake/lib/toaster/toastergui/templates/targets.html index 27ff2be928..6f59a6cdab 100644 --- a/bitbake/lib/toaster/toastergui/templates/targets.html +++ b/bitbake/lib/toaster/toastergui/templates/targets.html | |||
| @@ -36,14 +36,12 @@ | |||
| 36 | </div> | 36 | </div> |
| 37 | </div> | 37 | </div> |
| 38 | {% else %} | 38 | {% else %} |
| 39 | <div class="alert alert-info"> | 39 | <div class="alert alert-info lead"> |
| 40 | <p class="lead"> | 40 | <p>Toaster has no target information. To generate target information you can:</p> |
| 41 | Toaster has no target information. To generate target information you can:<br/> | 41 | <ul> |
| 42 | <ul class="lead"> | 42 | <li><a href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html#layer-source">Configure a layer source</a></li> |
| 43 | <li style="margin-top: 10px"> <a href="https://wiki.yoctoproject.org/wiki/Setting_up_a_hosted_managed_mode_for_Toaster#LayerSources">Configure a layer source</a></li> | 43 | <li><a href="{% url 'importlayer' %}">Import a layer</a>, then run a build</li> |
| 44 | <li style="margin-top: 10px"> <a href="{% url 'importlayer' %}">Import a layer</a></li> | 44 | </ul> |
| 45 | </ul> | ||
| 46 | </p> | ||
| 47 | </div> | 45 | </div> |
| 48 | {% endif %} | 46 | {% endif %} |
| 49 | 47 | ||
