summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/builds.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/builds.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/builds.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/builds.html b/bitbake/lib/toaster/toastergui/templates/builds.html
index 566c279ddd..459fcb0744 100644
--- a/bitbake/lib/toaster/toastergui/templates/builds.html
+++ b/bitbake/lib/toaster/toastergui/templates/builds.html
@@ -29,8 +29,6 @@
29 29
30 {% include "mrb_section.html" %} 30 {% include "mrb_section.html" %}
31 31
32
33 {% if 1 %}
34 <div class="page-header top-air"> 32 <div class="page-header top-air">
35 <h1> 33 <h1>
36 {% if request.GET.filter and objects.paginator.count > 0 or request.GET.search and objects.paginator.count > 0 %} 34 {% if request.GET.filter and objects.paginator.count > 0 or request.GET.search and objects.paginator.count > 0 %}
@@ -57,8 +55,6 @@
57 </form> 55 </form>
58 </div> 56 </div>
59 </div> 57 </div>
60
61
62 {% else %} 58 {% else %}
63 {% include "basetable_top.html" %} 59 {% include "basetable_top.html" %}
64 <!-- Table data rows; the order needs to match the order of "tablecols" definitions; and the <td class value needs to match the tablecols clclass value for show/hide buttons to work --> 60 <!-- Table data rows; the order needs to match the order of "tablecols" definitions; and the <td class value needs to match the tablecols clclass value for show/hide buttons to work -->
@@ -117,7 +113,6 @@
117 113
118 {% include "basetable_bottom.html" %} 114 {% include "basetable_bottom.html" %}
119 {% endif %} {# objects.paginator.count #} 115 {% endif %} {# objects.paginator.count #}
120{% endif %} {# empty #}
121</div><!-- end row-fluid--> 116</div><!-- end row-fluid-->
122 117
123{% endblock %} 118{% endblock %}