This commit is contained in:
Dan Sosedoff 2018-12-13 17:56:57 -06:00
parent e8328b25bc
commit eeb5245cb9
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -298,7 +298,7 @@ function buildTable(results, sortColumn, sortOrder, options) {
if (results.rows.length == 0) {
$("#results_header").html("");
$("#results_body").html("<tr><td>No records found</tr></tr>");
$("#results_body").html("<tr><td>No records found</td></tr>");
$("#result-rows-count").html("");
$("#results").addClass("empty");
return;