-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Add navigation to host check selection #1658
Conversation
babd23c
to
df377af
Compare
df377af
to
0fe593d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey good job!
I left some small comments but nothing big.
At a later point we may think also about adding a story to the storybook, but as it's a more complex component this is a bit out of scope hehe.
So as summary LGTM :)
Thanks @EMaksy for the review.
Yes, you are right. This component is quite a legacy one and needs some extra refactoring. Had the same discussion with @jagabomb . Creating an item in the backlog for the next sprint. |
* Align cluster/host naming related to checks selection and actions * Add Checks related Call to actions in host detail * Host detail - Move exporters mapping to components in a separate variable
* Align cluster/host naming related to checks selection and actions * Add Checks related Call to actions in host detail * Host detail - Move exporters mapping to components in a separate variable
* Add navigation to host check selection (#1658) * Align cluster/host naming related to checks selection and actions * Add Checks related Call to actions in host detail * Host detail - Move exporters mapping to components in a separate variable * Cluster settings page refactor (#1659) * Remove old ChecksSelection UI * Rewrite ClusterSettingsPage * Wire up ClusterSettingsPage to the router * Make checks selection great again (#1682) * Add a new selector for cluster checks * Update ChecksSelection component to new UX * Update ClusterSettingsPage to new UX * Update Host Settings to new UX * Add a disabled prop to Button component * Align the behavior of the save checks button * fixup! Align the behavior of the save checks button * Improved tooltip (#1674) * Install react-tooltip * Add new Tooltipo component * Update Tooltip stories * Add a global css object for tests * Replace legacy tooltip with new one * Use spans as tooltip anchor wrapper * Replace react-tooltip with rc-tooltip Co-authored-by: Alessio Biancalana <alessio.biancalana@suse.com> * Switch Tooltip implementation to rc-tooltip Co-authored-by: Alessio Biancalana <alessio.biancalana@suse.com> --------- Co-authored-by: Alessio Biancalana <alessio.biancalana@suse.com> --------- Co-authored-by: Alessio Biancalana <alessio.biancalana@suse.com>
Description
This PR adds Check related action buttons to the host detail.
How was this tested?
Automated tests.