summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/table.js2
-rw-r--r--bitbake/lib/toaster/toastergui/templates/toastertable.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/table.js b/bitbake/lib/toaster/toastergui/static/js/table.js
index d06a3f539a..f18034df52 100644
--- a/bitbake/lib/toaster/toastergui/static/js/table.js
+++ b/bitbake/lib/toaster/toastergui/static/js/table.js
@@ -198,7 +198,7 @@ function tableInit(ctx){
198 if (tableChromeDone === true) 198 if (tableChromeDone === true)
199 return; 199 return;
200 200
201 var tableHeadRow = table.find("thead#tableheader"); 201 var tableHeadRow = table.find("thead");
202 var editColMenu = $("#table-chrome-"+ctx.tableName).find(".editcol"); 202 var editColMenu = $("#table-chrome-"+ctx.tableName).find(".editcol");
203 203
204 tableHeadRow.html(""); 204 tableHeadRow.html("");
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable.html b/bitbake/lib/toaster/toastergui/templates/toastertable.html
index 047311636c..9ef4c6ffee 100644
--- a/bitbake/lib/toaster/toastergui/templates/toastertable.html
+++ b/bitbake/lib/toaster/toastergui/templates/toastertable.html
@@ -78,7 +78,7 @@
78 78
79 <!-- The actual table --> 79 <!-- The actual table -->
80 <table class="table table-bordered table-hover tablesorter" id="{{table_name}}"> 80 <table class="table table-bordered table-hover tablesorter" id="{{table_name}}">
81 <thead id="tableheader"> 81 <thead>
82 <tr><th></th></tr> 82 <tr><th></th></tr>
83 </thead> 83 </thead>
84 <tbody></tbody> 84 <tbody></tbody>