summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/layerdetails.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/layerdetails.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/layerdetails.html2
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 08e41ce75c..7dd0c47a9e 100644
--- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html
+++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
@@ -258,7 +258,7 @@
258 <span class="glyphicon glyphicon-question-sign get-help" title="Other layers this layer depends upon"></span> 258 <span class="glyphicon glyphicon-question-sign get-help" title="Other layers this layer depends upon"></span>
259 </h3> 259 </h3>
260 260
261 <ul class="list-unstyled current-value" id="layer-deps-list"> 261 <ul class="list-unstyled current-value lead" id="layer-deps-list">
262 {% for ld in layerversion.dependencies.all %} 262 {% for ld in layerversion.dependencies.all %}
263 <li data-layer-id="{{ld.depends_on.id}}"> 263 <li data-layer-id="{{ld.depends_on.id}}">
264 <a data-toggle="tooltip" title="{{ld.depends_on.layer.vcs_url}} | {{ld.depends_on.get_vcs_reference}}" href="{% url 'layerdetails' project.id ld.depends_on.id %}">{{ld.depends_on.layer.name}}</a> 264 <a data-toggle="tooltip" title="{{ld.depends_on.layer.vcs_url}} | {{ld.depends_on.get_vcs_reference}}" href="{% url 'layerdetails' project.id ld.depends_on.id %}">{{ld.depends_on.layer.name}}</a>