summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/targets.html
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-03-19 11:09:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-25 12:39:52 +0000
commitfb7160e4228d49a765006d9ba0b810be9f083989 (patch)
tree47169c98dee3d379bd853fc4843fd7f5dc466133 /bitbake/lib/toaster/toastergui/templates/targets.html
parente1a5d8150032b884bd85fcb20de14cd14cfd2b92 (diff)
downloadpoky-fb7160e4228d49a765006d9ba0b810be9f083989.tar.gz
bitbake: toaster: Project page fix targets url and tooltip placement
Make sure we point to the all targets page for the notification links. Also fix the tooltip placements and a minor typo on the targets page. [YOCTO #7480] (Bitbake rev: cbf3d652dcbfc1db527eb13cd796fa57d8ff3748) 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/targets.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/targets.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/targets.html b/bitbake/lib/toaster/toastergui/templates/targets.html
index f918d6cff2..27ff2be928 100644
--- a/bitbake/lib/toaster/toastergui/templates/targets.html
+++ b/bitbake/lib/toaster/toastergui/templates/targets.html
@@ -38,7 +38,7 @@
38 {% else %} 38 {% else %}
39 <div class="alert alert-info"> 39 <div class="alert alert-info">
40 <p class="lead"> 40 <p class="lead">
41 Toaster has not target information. To generate target information you can:<br/> 41 Toaster has no target information. To generate target information you can:<br/>
42 <ul class="lead"> 42 <ul class="lead">
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 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>
44 <li style="margin-top: 10px"> <a href="{% url 'importlayer' %}">Import a layer</a></li> 44 <li style="margin-top: 10px"> <a href="{% url 'importlayer' %}">Import a layer</a></li>