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>.
Updated by The Foreman Bot 11 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/10093 added
Updated by The Foreman Bot 11 months ago
- Pull request https://github.com/theforeman/foreman/pull/10110 added
Updated by Jeremy Lenz 11 months ago
- Pull request deleted (
https://github.com/theforeman/foreman/pull/10110)
Updated by The Foreman Bot 10 months ago
- Pull request https://github.com/theforeman/foreman/pull/10110 added
Updated by Jeremy Lenz 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|c9ce7c6e41c96ec269c5a9df0833e6c41b5270af.
Updated by Ewoud Kohl van Wijngaarden 7 months ago
- Triaged changed from No to Yes
- Category changed from Web Interface to Inventory
Actions