diff options
author | Belen Barros Pena <belen.barros.pena@linux.intel.com> | 2016-09-05 15:29:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-08 00:33:46 +0100 |
commit | c4fcf41d7fde7d98466a3774159369ea57f1c638 (patch) | |
tree | 695850bd00807c8aabdfc233290729a7d4ab08dc /bitbake/lib/toaster/toastergui/templates | |
parent | 65e1d6672727159e6d3fa35ecd3e0c9436ef1799 (diff) | |
download | poky-c4fcf41d7fde7d98466a3774159369ea57f1c638.tar.gz |
bitbake: toaster: layer details Layout fixes
The layout of the layer details page was looking a bit awkward. This
commit tidies things up.
(Bitbake rev: ce9a5f885f43bebf39d191309f48da83b31e60e0)
Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
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')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/layerdetails.html | 2 |
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> |