summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/base.html
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-07-31 15:09:03 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-01 11:26:11 +0100
commitb06a633f25aec303e867c6109fb97d63d9ee1f73 (patch)
treee8cb117fa87f50114d63fa1104804abeb0708433 /bitbake/lib/toaster/toastergui/templates/base.html
parent3d3a2dbf5fc10773bb18ab7fb00f3db254139f47 (diff)
downloadpoky-b06a633f25aec303e867c6109fb97d63d9ee1f73.tar.gz
bitbake: toastergui: Implement new project navigation
Change the structure of the project page to include a navigation menu and top tab navigation. Remove old breadcrumb method. [YOCTO #7329] (Bitbake rev: 66fa0dd988e01ec79e74be7a5697eaa3b4f017d8) 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>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/base.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/base.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html
index b34e6c37d3..6c3e1a3823 100644
--- a/bitbake/lib/toaster/toastergui/templates/base.html
+++ b/bitbake/lib/toaster/toastergui/templates/base.html
@@ -80,7 +80,6 @@
80 {% endif %} 80 {% endif %}
81 </span> 81 </span>
82<ul class="nav"> 82<ul class="nav">
83
84 <li {% if "builds" in request.path %} 83 <li {% if "builds" in request.path %}
85 class="active" 84 class="active"
86 {% endif %}> 85 {% endif %}>
@@ -105,7 +104,7 @@
105 <a class="btn" id="new-project-button" href="{% url 'newproject' %}">New project</a> 104 <a class="btn" id="new-project-button" href="{% url 'newproject' %}">New project</a>
106 </div> 105 </div>
107 <!-- New build popover --> 106 <!-- New build popover -->
108 <div class="btn-group pull-right" id="new-build-button"> 107 <div class="btn-group pull-right" id="new-build-button" style="display:none">
109 <button class="btn dropdown-toggle" data-toggle="dropdown"> 108 <button class="btn dropdown-toggle" data-toggle="dropdown">
110 New build 109 New build
111 <i class="icon-caret-down"></i> 110 <i class="icon-caret-down"></i>
@@ -136,7 +135,7 @@
136 <li id="targets-form"> 135 <li id="targets-form">
137 <h6>Recipe(s):</h6> 136 <h6>Recipe(s):</h6>
138 <form> 137 <form>
139 <input type="text" class="input-xlarge" id="build-target-input" placeholder="Type a recipe name" autocomplete="off" data-minLength="1" data-autocomplete="off" data-provide="typeahead" disabled/> 138 <input type="text" class="input-xlarge build-target-input" placeholder="Type a recipe name" autocomplete="off" data-minLength="1" data-autocomplete="off" data-provide="typeahead" disabled/>
140 <div> 139 <div>
141 <button class="btn btn-primary" id="build-button" disabled>Build</button> 140 <button class="btn btn-primary" id="build-button" disabled>Build</button>
142 </div> 141 </div>