diff options
| author | David Reyna <David.Reyna@windriver.com> | 2014-03-24 19:50:50 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-28 13:44:51 +0000 |
| commit | 056fbc47c76f5ff238fb01302f0dce457dabc08d (patch) | |
| tree | fba1b27c46050583b0d676bc9903a64c4c0bcda9 /bitbake/lib/toaster/toastergui/templates/bpackage.html | |
| parent | 405e190b314db29e1332c56376dff026a9631202 (diff) | |
| download | poky-056fbc47c76f5ff238fb01302f0dce457dabc08d.tar.gz | |
bitbake: toaster: blocks for custom/highlighted navigation and breadcrumb links
Implement the navigation links as blocks so that each page can override and have
its respective link appear highlighted. Make the build breadcrumb a block so that
it is customizable to not be a link for the dashboard page. Reorder the page headers
to be consistent order for extends, projecttags, localbreadcrumb, nav-links.
[YOCTO #5916]
[YOCTO #4258]
(Bitbake rev: cb26c4df04170143babd6c9fd60600bfb31486ed)
Signed-off-by: David Reyna <David.Reyna@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/bpackage.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/bpackage.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/bpackage.html b/bitbake/lib/toaster/toastergui/templates/bpackage.html index dad0d7f48e..77f789484c 100644 --- a/bitbake/lib/toaster/toastergui/templates/bpackage.html +++ b/bitbake/lib/toaster/toastergui/templates/bpackage.html | |||
| @@ -6,6 +6,10 @@ | |||
| 6 | <li>Packages</li> | 6 | <li>Packages</li> |
| 7 | {% endblock %} | 7 | {% endblock %} |
| 8 | 8 | ||
| 9 | {% block nav-packages %} | ||
| 10 | <li class="active"><a href="{% url 'packages' build.pk %}">Packages</a></li> | ||
| 11 | {% endblock %} | ||
| 12 | |||
| 9 | {% block buildinfomain %} | 13 | {% block buildinfomain %} |
| 10 | <div class="span10"> | 14 | <div class="span10"> |
| 11 | <div class="page-header"> | 15 | <div class="page-header"> |
| @@ -30,7 +34,7 @@ | |||
| 30 | </form> | 34 | </form> |
| 31 | </div> | 35 | </div> |
| 32 | </div> | 36 | </div> |
| 33 | 37 | ||
| 34 | {% else %} | 38 | {% else %} |
| 35 | {% include "basetable_top.html" %} | 39 | {% include "basetable_top.html" %} |
| 36 | 40 | ||
