You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #125 was concerned with missing description-list styling for the Topology page, and we had #101 track missing overflow-menu styling in the Recordings page.
In both of these cases, the required PF stylesheets were missing when running in CRC at 4.17, but looked to be okay when using 4.19.
PR #126 added imports for the missing stylesheets so they would be present in all console versions, but it is worthwhile investigating why this is the case.
A potential cause could be the supported PF versions for different versions of the console. The table here shows that up until 4.19 the console supports both PF 4 and 5, whereas 4.19 supports only 5. This will be important to track and understand going forward as I already see the commits to update to PF6.
The text was updated successfully, but these errors were encountered:
I happen to have a 4.18 OpenShift at the moment and have the plugin installed. The topology panel looks OK (i.e. without the latest commit for css fix).
Issue #125 was concerned with missing description-list styling for the Topology page, and we had #101 track missing overflow-menu styling in the Recordings page.
In both of these cases, the required PF stylesheets were missing when running in CRC at 4.17, but looked to be okay when using 4.19.
PR #126 added imports for the missing stylesheets so they would be present in all console versions, but it is worthwhile investigating why this is the case.
A potential cause could be the supported PF versions for different versions of the console. The table here shows that up until 4.19 the console supports both PF 4 and 5, whereas 4.19 supports only 5. This will be important to track and understand going forward as I already see the commits to update to PF6.
The text was updated successfully, but these errors were encountered: