summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/basetable_top_buildprojects.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/basetable_top_buildprojects.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/basetable_top_buildprojects.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_top_buildprojects.html b/bitbake/lib/toaster/toastergui/templates/basetable_top_buildprojects.html
index d517179592..7b19f4befe 100644
--- a/bitbake/lib/toaster/toastergui/templates/basetable_top_buildprojects.html
+++ b/bitbake/lib/toaster/toastergui/templates/basetable_top_buildprojects.html
@@ -1,7 +1,6 @@
1{% extends "basetable_top.html" %} 1{% extends "basetable_top.html" %}
2 2
3{%block custombuttons %} 3{%block custombuttons %}
4{% if MANAGED %}
5 <div class="btn-group builds-projects"> 4 <div class="btn-group builds-projects">
6 <button class="btn dropdown-toggle" data-toggle="dropdown"> 5 <button class="btn dropdown-toggle" data-toggle="dropdown">
7 <span class="selection">Show all builds</span> 6 <span class="selection">Show all builds</span>
@@ -12,5 +11,4 @@
12 <li><a href="{% url 'all-projects'%}">Show all projects</a></li> 11 <li><a href="{% url 'all-projects'%}">Show all projects</a></li>
13 </ul> 12 </ul>
14 </div> 13 </div>
15{% endif %}
16{%endblock%} 14{%endblock%}