Actions
Refactor #37247
closedresults.map should appear directly in HostsIndex index.js
Difficulty:
Triaged:
Yes
Description
Currently <HostsIndex> renders a <TableIndexPage> which renders a {children || <Table>} which is actually what has the results.map and renders a <TableComposable>.
The effect of this is that you have to go on a wild goose chase through at least 4 files to see what your table rows will render. This needs refactoring, preferably so that the results.map can appear directly in <HostsIndex>.
Actions