Actions
Bug #38225
closedExtra tbody left inside booted containers table causes automation issues
Description
Description of problem:
This snippet of code: https://github.com/Katello/katello/blob/e82fa52aba16ebaf54707791b6dd032e26274560/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js#L137-L171
causes a spare, empty tbody tag to be left behind.
This causes much trouble for automation.
How reproducible:
100%
Is this issue a regression from an earlier version:
No
Steps to Reproduce:
1. Register a bootc host, and view the table
Actual behavior:
The tbody that is left behind causes automation issues, but no end user issue that I can see.
Expected behavior:
This code snippet shouldn't leave behind this empty tag if the conditions don't evaluate properly.
Updated by The Foreman Bot about 2 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/11318 added
Updated by Lucy Fu about 1 month ago
- Category set to Hosts
- Triaged changed from No to Yes
Updated by The Foreman Bot about 1 month ago
- Fixed in Releases Katello 4.17.0 added
Updated by Anonymous about 1 month ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|d8dc2626709e1303d683585b8ae073b11850b73a.
Updated by The Foreman Bot about 1 month ago
- Fixed in Releases Katello 4.16.0 added
Actions