Lucas Garfield
9243d96646
Wizard: Fix overflow issues
...
The in-page wizard should have its footer fixed/sticky at the bottom of
the page with the main body area scrollable if necessary. This is the
default Patternfly behavior.
Currently, the entire wizard grows to fill its parent container. Setting
the overflow property in its parent div, which has the .chr-render class
defined by Insights Chrome, to overflow solves the issue and causes the
wizard to behave as it should.
The Insights Chrome team is hesitant to make this change in Insights
Chrome as it could break other apps layouts, and suggested using
Javascript to accomplish this:
https://github.com/RedHatInsights/insights-chrome/pull/3117#discussion_r2129045341
2025-06-09 06:47:49 -05:00
Anna Vítová
85d8850dce
Wizard: remove else after return in firstboot
2025-06-09 13:19:55 +02:00
Anna Vítová
548a87bb44
Wizard: remove else after return in filesystem table
2025-06-09 13:19:55 +02:00
Anna Vítová
6ec6f33fda
Wizard: fix datepicker reset glitch (MS-8610)
...
If the reset button is clicked, there is a glitch that shows error state
for a moment. This commit removes the glitch by setting the snapshot
date even for invalid values, and removes the workaround that was
previously added.
2025-06-09 12:20:23 +02:00
Gianluca Zuccarelli
a93a163afb
CreateImageWizard: reusable TargetEnv card
...
Create a re-usable component for the Target Enviromnent cards. This
helps dry up the code a bit and should make it easier to edit going
forward.
2025-06-06 16:28:37 +02:00
Gianluca Zuccarelli
4668ed71ab
CreateImageWizard: switch tiles to cards
...
Tiles are being deprecated in PatternFly. This commit switches from
tiles to cards for the Target Environments in the CreateImageWizard.
The keyboard test had to be removed since cards don't have a keydown
event.
2025-06-06 16:28:37 +02:00
Katarina Sieklova
362e5f7ca6
Wizard: indicate which user tab contains error
...
Fixes : #3097
Added exclamation marks to the tabs where the user contains error.
2025-06-05 17:45:59 +02:00
Katarina Sieklova
310f7a05cf
Wizard: edit validation of port format in the Firewall step
...
Fixes #3269
2025-06-05 16:18:25 +02:00
Katarina Sieklova
3093310a6c
Wizard: edit the timezone filter to fix whitespaces
2025-06-03 16:41:21 +02:00
Katarina Sieklova
6c244ba09e
Wizard: fix filtering of Timezone
...
Fixes #3264
2025-06-03 16:41:21 +02:00
regexowl
45b6a034db
Wizard: Override max-width for release select
2025-05-28 09:08:52 -05:00
regexowl
93d994affa
Blueprints: Make blueprint cards selectable
...
Highlighting the card on select got broken during the migration. This fixes the issue.
2025-05-28 09:08:52 -05:00
regexowl
7039db2585
Wizard: Spacing between footer buttons on Review step
2025-05-28 09:08:52 -05:00
regexowl
4f339aec8f
Wizard: Update code after rebasing
2025-05-28 09:08:52 -05:00
regexowl
2c2b961d90
Wizard: Update spacing and colors used on Review step
2025-05-28 09:08:52 -05:00
regexowl
eed08effe1
Wizard: Update group labels spacing and "add button" color
2025-05-28 09:08:52 -05:00
regexowl
e60e15c6d6
test: Update tests
2025-05-28 09:08:52 -05:00
regexowl
3ac980e321
Wizard: Update <EmptyState> to match PF6
2025-05-28 09:08:52 -05:00
regexowl
4bb826ee06
Wizard: Set helper text variant
2025-05-28 09:08:52 -05:00
regexowl
49d05440b9
Wizard: Fix spacing of buttons in Wizard's footer
2025-05-28 09:08:52 -05:00
regexowl
91577343df
src: Update <Content> tag components
2025-05-28 09:08:52 -05:00
regexowl
d98dd02fa3
test: Update tests
2025-05-28 09:08:52 -05:00
regexowl
2080425753
src: Update remaining v5 version slugs
2025-05-28 09:08:52 -05:00
regexowl
4312cca4dd
src: Run class-name-updater
...
This runs `npx @patternfly/class-name-updater src --v6 --fix`.
2025-05-28 09:08:52 -05:00
regexowl
1fc1f0cb8d
src: Run codemods and lint
...
Run `npx @patternfly/pf-codemods@latest src --v6 --fix` and lint autofix to get the bulk of the changes in.
2025-05-28 09:08:52 -05:00
Bryttanie House
285a402047
Wizard: fix blueprints showing incorrect template versions
2025-05-28 09:08:05 +02:00
regexowl
0a9c08f135
src/constants: Remove Fedora 40
...
Fedora 40 has gone EOL.
2025-05-27 08:41:14 +02:00
Sanne Raymaekers
e560f011aa
src/constants: support fedora 42
2025-05-27 08:41:14 +02:00
regexowl
9daa21a5ca
Wizard: Remove edge alert
...
This removes edge deprecation alert from Wizard screen.
2025-05-26 15:55:20 +02:00
Simon Steinbeiss
d04aee0de9
LandingPage: Add Edge decommission alert (HMS-6156)
...
This alert will only be shown when the 'immutable' tab has focus.
2025-05-26 14:00:07 +02:00
Sanne Raymaekers
efed39dd9d
Wizard: temporarily disable OCI
...
Until we get our accounts back, there's nothing we can do here.
2025-05-20 14:10:53 +02:00
regexowl
2d6b58cfdd
Wizard: Sources for all
...
Unpack sources for both modules and packages.
2025-05-16 10:38:14 -05:00
Lukas Zapletal
247d6dade7
Wizard: drop unwanted WantedBy
2025-05-16 16:38:38 +02:00
Anna Vítová
f76b5a991e
fix: add timeout for Satellite tests
2025-05-16 13:53:24 +02:00
Anna Vítová
2692b75432
Wizard: fix token not having expiration fails
2025-05-16 13:53:24 +02:00
rverdile
854ff93594
Wizard: send template name in image request
2025-05-16 13:29:35 +02:00
Lucas Garfield
8a41974d34
API: update api
2025-05-15 21:19:32 -05:00
Simon Steinbeiss
2d562a14d4
Wizard: Add RHEL10 to ReleaseLifecycle chart
2025-05-15 15:59:27 +02:00
Lucas Garfield
0154452411
Wizard: Disabled OpenSCAP profile selection for RHEL10
2025-05-14 12:36:43 -05:00
Lucas Garfield
92984f3187
Wizard: Support RHEL10 in URL search parameters
2025-05-14 12:36:43 -05:00
Sanne Raymaekers
23473fd1cd
ImagesTable: add missing releases
2025-05-14 12:36:43 -05:00
Sanne Raymaekers
8b7d6ef2a7
api: update image-builder api
2025-05-14 12:36:43 -05:00
Sanne Raymaekers
e0ceb34ea3
src/constants: add centos 10 to releases
2025-05-14 12:36:43 -05:00
Sanne Raymaekers
ef2050a705
src/constants: add rhel 10 to releases
2025-05-14 12:36:43 -05:00
Anna Vítová
46e50a9dca
tests: fix Satellite fixtures incorrect paranthesis
2025-05-14 17:07:04 +02:00
Anna Vítová
4c82ae8749
Wizard: make Satellite CA cert optional
...
Users do not need to fill in the satellite certificate, omitting
parts of code that require it.
2025-05-14 17:07:04 +02:00
Anna Vítová
2ee812efe0
Wizard: refactor Satellite validation
...
The Satellite token navigation was a bit too overengineered, refactoring
for better readability.
2025-05-14 17:07:04 +02:00
Anna Vítová
d5969a2c9e
Wizard: fix activation key required for Satellite
...
Sometimes, the activation key is required when the Satellite option is
needed. This is caused by missing condition.
2025-05-14 17:07:04 +02:00
Anna Vítová
4192ada532
Wizard: add details for Satellite token expiration
...
This commit adds a more detailed information about when does the token
used in Satellite command expire.
2025-05-14 17:07:04 +02:00
regexowl
daa6e59bc0
Wizard: Add package streams
...
If there's a package stream for both packages and modules, this will render it.
2025-05-14 16:15:06 +02:00