bitbake: toaster: make 'configuration' the first tab

Our project pages have 4 tabs: builds, configuration, import layer and
new custom image. Even though we treat the 'configuration' as the
default tab, it comes second after the builds tab.

That's a bit strange: the default tab should be the first one listed.
This patch changes the tab order to put 'configuration' first.

(Bitbake rev: ccb90019489c2c324c2a5a60295e02280a2ec18f)

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:
Belen Barros Pena 2016-02-22 09:08:38 +00:00 committed by Richard Purdie
parent e1fc3190b7
commit a97081ba55
1 changed files with 5 additions and 5 deletions

View File

@ -44,16 +44,16 @@
{% if not project.is_default %}
<div id="project-topbar">
<ul class="nav nav-pills">
<li>
<a href="{% url 'projectbuilds' project.id %}">
Builds ({{project.get_number_of_builds}})
</a>
</li>
<li id="topbar-configuration-tab">
<a href="{% url 'project' project.id %}">
Configuration
</a>
</li>
<li>
<a href="{% url 'projectbuilds' project.id %}">
Builds ({{project.get_number_of_builds}})
</a>
</li>
<li>
<a href="{% url 'importlayer' project.id %}">
Import layer