We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please link child issues or PRs to this main issue, or write a comment below to add some details/requests.
The text was updated successfully, but these errors were encountered:
One example is Breadcrumb widget, which is part of patternfly and implemented in widgetastic_manageiq: https://github.com/ManageIQ/integration_tests/blob/master/widgetastic_manageiq/__init__.py#L1717 We'll need it for satellite so that's a good one to start with.
Sorry, something went wrong.
Hi @bsquizz,
I found two widget, which are part of widgetastic_manageiq needs to move patternfly.
widgetastic_manageiq
patternfly
I merged LineChart[0] widget to internal widgetastic_manageiq but now I understand that it's actually patternfly data visualization widget[0].
LineChart
After, referring Satellite QE issue. I found that RadioGroup[3] which is available in widgetastic_manageriq should move to patternfly[2]
RadioGroup
widgetastic_manageriq
[0] http://www.patternfly.org/pattern-library/data-visualization/line-chart/ [1] https://github.com/ManageIQ/integration_tests/blob/master/widgetastic_manageiq/__init__.py#L3895 [2] http://www.patternfly.org/pattern-library/forms-and-controls/data-input/ [3] https://github.com/ManageIQ/integration_tests/blob/master/widgetastic_manageiq/__init__.py#L1660
No branches or pull requests
Please link child issues or PRs to this main issue, or write a comment below to add some details/requests.
The text was updated successfully, but these errors were encountered: