-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
5
-
False
-
OCPSTRAT-1682 - OCP Admin Console - Upgrade to PatternFly 6 (PF6)
-
0
-
Not Supported
-
-
-
ODC Sprint 3262, ODC Sprint 3263, ODC Sprint 3264
monitoring/dashboards/index.tsx (checkbox select, hasInlineFilter which is not supported in V6 Select, convert to Typeahead)
timespan-dropdown.ts (Currently using DropdownDeprecated, should be using a Select)
poll-interval-dropdown.tsx (Currently using DropdownDeprecated, should be using a Select)
SelectInputField.tsx (uses most Select props)
- Used in PortInputField
- Used in ServerlessRouteSection
- Used in BuildStrategySelector
- Used in ResourceSection
- Used in KafkaSourceSection (2 times)
- Used in KafkaSinkSection
- Used in RequestPane
`FilterSelect`, `VariableDropdown`, `TimespanDropdown`, and `IntervalDropdown`are the components that need to be updated; frontend/packages/dev-console/src/components/monitoring/MonitoringPage.tsx is the only valid instance usage of `MonitoringDashboardsPage` as web/src/components/alerting.tsx is orphaned.
Note
SelectDeprecated are replaced with latest Select component
https://www.patternfly.org/components/menus/menu
https://www.patternfly.org/components/menus/select
AC: Go though the mentioned files and swap the usage of Deprecated components with PF components, based on their semantics (either Dropdown or Select components).
- clones
-
CONSOLE-4124 Replace Deprecated components in frontend/public/components/
- Closed
- is cloned by
-
OU-534 Replace deprecated web components in monitoring-plugin
- Closed
- links to