SRVKP-9789: Fix sidebar list bullets for PipelineRuns and Triggers in Topology Page#1019
Conversation
… Topology page - Replace ul/li tags with PF6 List/ListItem in PipelineOverview, TriggersOverview, and PipelineRunItem. - Stop default list markers on the Topology Resources tab for those sections. - Drop legacy list-group-item and pipeline-overview classes on those rows for consistent PF6 styling. Signed-off-by: Ankur Sinha <anksinha@redhat.com>
|
@ankrsinha: This pull request references SRVKP-9789 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ankrsinha, arvindk-softwaredev The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
4d31b7e
into
openshift-pipelines:master


Overview
The Topology → Resources sidebar displayed unintended default list bullets for:
This was caused by the use of raw
<ul>and<li>elements and legacy classes (list-group,list-group-item), which resulted in unintended list styling.Changes Made
Replaced legacy list rendering with PatternFly 6 components and removed default browser styling.
Replaced
<ul>/<li>with PF6List/ListItemRemoved:
list-grouplist-group-itempipeline-overviewcustom classesEnsured consistent spacing and alignment using PF6 layout
Before Fix
After Fix