mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
bitbake: toastergui: Implement new top navigation design
Additional items for top level navigation. This is part of a wider navigation redesign. [YOCTO #7329] (Bitbake rev: 456a4a6782d3098cc9abb39659a619fdcf52eb01) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8acab25832
commit
3d3a2dbf5f
@@ -34,7 +34,7 @@
|
||||
</div>
|
||||
|
||||
{% else %} {# We have builds to display #}
|
||||
{% include "basetable_top_projectbuilds.html" %}
|
||||
{% include "basetable_top.html" %}
|
||||
{% for o in objects %}
|
||||
<tr class="data">
|
||||
<td><a href="{% url 'project' o.id %}">{{o.name}}</a></td>
|
||||
|
||||
Reference in New Issue
Block a user