mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
bitbake: toaster: Changes to navigation
This patch: * Changes the breadcrumb to provide access to either the project builds or the project configuration, as appropriate * Changes the left navigation in the project configuration to reflect the hierarchical relationship between the basic configuration and all other configuration pages * Changes the left navigation in the build history to bring it in line with the changes in the project configuration This way the breadcrumb explicitly exposes the hierarchy of the application, which is its correct behaviour, making it easier to move around within Toaster. (Bitbake rev: 135dff67216759286f584e501583584a9cb09f27) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6271fcb589
commit
446070074e
@@ -21,14 +21,14 @@
|
||||
<!-- only on config pages -->
|
||||
<div id="config-nav" class="span2">
|
||||
<ul class="nav nav-list well">
|
||||
<li class="nav-header">Configuration</li>
|
||||
<li><a href="{% url 'project' project.id %}">Basic configuration</a></li>
|
||||
<li><a href="{% url 'projectconf' project.id %}">BitBake variables</a></li>
|
||||
<li><a class="nav-parent" href="{% url 'project' project.id %}">Configuration</a></li>
|
||||
<li class="nav-header">Compatible metadata</li>
|
||||
<!-- <li><a href="all-image-recipes.html">Image recipes</a></li> -->
|
||||
<li><a href="{% url 'projecttargets' project.id %}">Recipes</a></li>
|
||||
<li><a href="{% url 'projectmachines' project.id %}">Machines</a></li>
|
||||
<li><a href="{% url 'projectlayers' project.id %}">Layers</a></li>
|
||||
<li class="nav-header">Extra configuration</li>
|
||||
<li><a href="{% url 'projectconf' project.id %}">BitBake variables</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span10">
|
||||
|
||||
Reference in New Issue
Block a user