summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/layers.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/layers.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/layers.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layers.html b/bitbake/lib/toaster/toastergui/templates/layers.html
index 4e923326c8..ced54c2098 100644
--- a/bitbake/lib/toaster/toastergui/templates/layers.html
+++ b/bitbake/lib/toaster/toastergui/templates/layers.html
@@ -52,7 +52,14 @@
52 <a target="_blank" href="{{ o.get_vcs_dirpath_link_url }}"><i class="icon-share get-info"></i></a> 52 <a target="_blank" href="{{ o.get_vcs_dirpath_link_url }}"><i class="icon-share get-info"></i></a>
53 {% endif %} 53 {% endif %}
54 </td> 54 </td>
55 <td class="branch">{% if o.branch %}{{o.branch}}{% else %}{{o.up_branch.name}}{% endif %}</td> 55 <td class="branch">
56 {% if o.branch %}
57 {{o.branch}}
58 {% else %}
59 {{o.up_branch.name}}
60 <i class="icon-question-sign get-help hover-help" title="Your builds will use the tip of the branch you have cloned or downloaded to your computer, so nothing will be fetched"></i>
61 {% endif %}
62 </td>
56 <td class="dependencies"> 63 <td class="dependencies">
57 {% with ods=o.dependencies.all%} 64 {% with ods=o.dependencies.all%}
58 {% if ods.count %} 65 {% if ods.count %}