-
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
Agent version warning #1259
Agent version warning #1259
Conversation
Super cool. |
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.
Minor nitpicking, nice to see that we are already using storybook already 👍
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.
Looks good. Thanks!
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.
Some changes required then we are good to merge
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.
Awesome!
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.
Wow nice job, besides the comments from the others nothing to add :D
LGTM!
f206669
to
5bbd532
Compare
5bbd532
to
93443cf
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
Description
Include incompatible agent version warning in hosts list and detail views. It includes a new
semver
library to do the comparison in the frontend.PD: The usage of the tooltip is super limited right now. We should consider using a well known library for this, like: https://github.com/ReactTooltip/react-tooltip
Otherwise the current component usage doesn't give much space.
PD2: Story book doesn't work in this current
main
branch. So manual changes must be done. The fix is already done in thenew-checks-ui
branch thoughHow was this tested?
Unit tests and storybook stories added