Bug #36445
closedHost details UI, Repository sets table contains empty column header
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2209037
Description of problem:
There is one more <th> tag (//*[@id="repo-sets-tab"]/table/thead/tr/th7), which creates a header for an empty column, that is not used.
Version-Release number of selected component (if applicable):
satellite-6.13.0-6.el8sat.noarch
foreman-3.5.1.14-1.el8sat.noarch
Red Hat Enterprise Linux release 8.7 (Ootpa)
How reproducible:
Every time
Steps to Reproduce:
1. Register host
2. Navigate to All hosts->$hostname->Content->Repository sets
3. Check DOM for the table, the number of header columns should be the same as the number of columns in rows
Actual results:
There is one more column in the header (th) compared to columns in rows (td).
Expected results:
The number of columns should be the same
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/10575 added
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.10.0 added
Updated by Trevor Allison over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|1a758354ebc8b308edc4cf50e4da60326ff7ee75.
Updated by Ian Ballou over 1 year ago
- Subject changed from Host details UI, Repository sets table contains empty column header to Host details UI, Repository sets table contains empty column header
- Target version set to Katello 4.10.0
- Triaged changed from No to Yes