Skip to content

Commit

Permalink
update table identifiers jobs->issues
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Apr 9, 2023
1 parent 687a945 commit ff1382d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/assets/js/jobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ $('.jobs-table').DataTable( {
lengthMenu: [ 20, 50, 100 ], //options for entry control
dom: '<"search-wrap"f<"dropfilters">><"top" l<"clear">><"bottom" tipl>', //https://datatables.net/examples/basic_init/dom.html
language: {
emptyTable: "There are no jobs available at this time",
emptyTable: "There are no issues available at this time",
search: "Search by keyword",
zeroRecords: "No jobs match your search criteria. Try again or clear the search to start over.",
zeroRecords: "No issues match your search criteria. Try again or clear the search to start over.",
info: "Showing _START_ to _END_ • _TOTAL_",
lengthMenu: "Show _MENU_ jobs",
lengthMenu: "Show _MENU_ issues",
}
} );

Expand Down

0 comments on commit ff1382d

Please sign in to comment.