summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/toastertable.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/toastertable.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/toastertable.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable.html b/bitbake/lib/toaster/toastergui/templates/toastertable.html
index 05ec3662b2..598d2953e1 100644
--- a/bitbake/lib/toaster/toastergui/templates/toastertable.html
+++ b/bitbake/lib/toaster/toastergui/templates/toastertable.html
@@ -29,7 +29,7 @@
29 <form id="filter-modal-form" style="margin-bottom: 0px"> 29 <form id="filter-modal-form" style="margin-bottom: 0px">
30 <div class="modal-header"> 30 <div class="modal-header">
31 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button> 31 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
32 <h3 id="filter-modal-title"></h3> 32 <h3 id="filter-modal-title">&nbsp;</h3>
33 </div> 33 </div>
34 <div class="modal-body"> 34 <div class="modal-body">
35 <p>Show:</p> 35 <p>Show:</p>
@@ -93,7 +93,6 @@
93 <!-- The actual table --> 93 <!-- The actual table -->
94 <table class="table table-bordered table-hover tablesorter" id="{{table_name}}"> 94 <table class="table table-bordered table-hover tablesorter" id="{{table_name}}">
95 <thead> 95 <thead>
96 <tr></tr>
97 </thead> 96 </thead>
98 <tbody></tbody> 97 <tbody></tbody>
99 </table> 98 </table>