summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/toaster/toastergui/templates/toastertable.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable.html b/bitbake/lib/toaster/toastergui/templates/toastertable.html
index 21392bb139..4e6c4ce4d2 100644
--- a/bitbake/lib/toaster/toastergui/templates/toastertable.html
+++ b/bitbake/lib/toaster/toastergui/templates/toastertable.html
@@ -93,6 +93,7 @@
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 id="tableheader"> 95 <thead id="tableheader">
96 <tr><th></th></tr>
96 </thead> 97 </thead>
97 <tbody></tbody> 98 <tbody></tbody>
98 </table> 99 </table>