diff options
| -rw-r--r-- | bitbake/lib/toaster/toastergui/static/js/table.js | 2 | ||||
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/toastertable.html | 2 |
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 8f5bb2ebe1..97370fd020 100644 --- a/bitbake/lib/toaster/toastergui/static/js/table.js +++ b/bitbake/lib/toaster/toastergui/static/js/table.js | |||
| @@ -163,7 +163,7 @@ function tableInit(ctx){ | |||
| 163 | if (tableChromeDone === true) | 163 | if (tableChromeDone === true) |
| 164 | return; | 164 | return; |
| 165 | 165 | ||
| 166 | var tableHeadRow = table.find("thead tr"); | 166 | var tableHeadRow = table.find("thead#tableheader"); |
| 167 | var editColMenu = $("#table-chrome-"+ctx.tableName).find(".editcol"); | 167 | var editColMenu = $("#table-chrome-"+ctx.tableName).find(".editcol"); |
| 168 | 168 | ||
| 169 | tableHeadRow.html(""); | 169 | tableHeadRow.html(""); |
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable.html b/bitbake/lib/toaster/toastergui/templates/toastertable.html index 598d2953e1..21392bb139 100644 --- a/bitbake/lib/toaster/toastergui/templates/toastertable.html +++ b/bitbake/lib/toaster/toastergui/templates/toastertable.html | |||
| @@ -92,7 +92,7 @@ | |||
| 92 | 92 | ||
| 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 id="tableheader"> |
| 96 | </thead> | 96 | </thead> |
| 97 | <tbody></tbody> | 97 | <tbody></tbody> |
| 98 | </table> | 98 | </table> |
