ROX-31785: Fix clusters page styles#18902
Merged
dvail merged 1 commit intodv/ROX-28622-pf-6from Feb 6, 2026
Merged
Conversation
Contributor
Author
|
This change is part of the following stack: Change managed by git-spice. |
|
Skipping CI for Draft Pull Request. |
dvail
commented
Feb 6, 2026
ui/apps/platform/src/Components/PatternFly/ErrorBoundary/ErrorBoundaryCodeBlock.tsx
Show resolved
Hide resolved
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dv/ROX-28622-pf-6 #18902 +/- ##
=====================================================
- Coverage 49.47% 49.46% -0.01%
=====================================================
Files 2661 2661
Lines 200744 200744
=====================================================
- Hits 99311 99300 -11
- Misses 94013 94023 +10
- Partials 7420 7421 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f5756bc to
798e35d
Compare
798e35d to
1ffdf34
Compare
dvail
commented
Feb 6, 2026
ui/apps/platform/cypress/integration/clusters/discovered-clusters/DiscoveredClusters.helpers.js
Show resolved
Hide resolved
pedrottimark
approved these changes
Feb 6, 2026
dvail
added a commit
that referenced
this pull request
Feb 10, 2026
dvail
added a commit
that referenced
this pull request
Feb 11, 2026
dvail
added a commit
that referenced
this pull request
Feb 12, 2026
dvail
added a commit
that referenced
this pull request
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
More of the same for the clusters page and subpages.
The only item of note:
TabNavis no longer used and instead we just use PF<Tabs>directly. This, and theTabNavHeadercomponent will eventually be fully removed and we can delete them when there are no more uses.User-facing documentation
Testing and quality
Automated testing
How I validated my change