Create a table nunjucks component and use it in place of the hardcoded tables on the errors and no-errors results page.
this is in preparation of using the same table on the issue-details page
Also fixed a check link from the status page
Related Tickets & Documents
Prep for #423
Closes #421
QA Instructions, Screenshots, Recordings
As you can see the pages that use this table haven't changed in any way, while now using this table component
Added/updated tests?
modified existing tests to use jsdoc instead of raw html and expect new params object structure for new table component
What type of PR is this? (check all applicable)
Description
Create a table nunjucks component and use it in place of the hardcoded tables on the errors and no-errors results page. this is in preparation of using the same table on the issue-details page Also fixed a check link from the status page
Related Tickets & Documents
QA Instructions, Screenshots, Recordings
As you can see the pages that use this table haven't changed in any way, while now using this table component
Added/updated tests?