summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/base.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html
index 4c6676c6e7..4bef04f90e 100644
--- a/bitbake/lib/toaster/toastergui/templates/base.html
+++ b/bitbake/lib/toaster/toastergui/templates/base.html
@@ -143,8 +143,8 @@
143 <h6>Recipe(s):</h6> 143 <h6>Recipe(s):</h6>
144 <form> 144 <form>
145 <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/> 145 <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/>
146 <div> 146 <div class="row-fluid">
147 <button class="btn btn-primary" id="build-button" disabled>Build</button> 147 <button class="btn btn-primary build-button" disabled>Build</button>
148 </div> 148 </div>
149 </form> 149 </form>
150 </li> 150 </li>